mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
24 lines
622 B
Markdown
24 lines
622 B
Markdown
# Localstack plugin #
|
|
|
|
CLI support for LOCALSTACK interaction
|
|
|
|
## Description ##
|
|
To use it, add `localstack` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
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](sqs-send-result.png)
|