ohmyzsh/plugins/localstack/README.md
2024-09-05 19:40:19 +02:00

622 B

Localstack plugin

CLI support for LOCALSTACK interaction

Description

To use it, add localstack to the plugins array in your zshrc file:

plugins=(... localstack)

Usage

This plugin supplies one command, lsk, through which all its features are exposed.

Commands

Command Description
lsk sqs-send <queue> <message.json> sends a given message in sqs to a given queue

Examples

staging