sglang.0.4.8.post1/oh-my-zsh/plugins/localstack
hailin d4330e0746 first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00
..
README.md first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00
localstack.plugin.zsh first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00
sqs-send-result.png first commit @ sglang v0.4.8.post1 2025-06-29 14:14:11 +00:00

README.md

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