feat: move configuration files inside home folder
This commit is contained in:
24
home/.config/zsh/ohmyzsh/plugins/localstack/README.md
Normal file
24
home/.config/zsh/ohmyzsh/plugins/localstack/README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# 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
|
||||
|
||||

|
Reference in New Issue
Block a user