0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/localstack
2024-09-05 19:40:19 +02:00
..
localstack.plugin.zsh feat(localstack): add plugin (#12595) 2024-09-05 19:40:19 +02:00
README.md feat(localstack): add plugin (#12595) 2024-09-05 19:40:19 +02:00
sqs-send-result.png feat(localstack): add plugin (#12595) 2024-09-05 19:40:19 +02:00

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