File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Running `lstk` will automatically handle configuration setup and start LocalStac
4545
4646## Features
4747
48- - ** Start / stop** LocalStack emulators with a single command
48+ - ** Start / stop / status ** — manage LocalStack emulators with a single command
4949- ** Interactive TUI** — a Bubble Tea-powered terminal UI when run in an interactive shell
5050- ** Plain output** for CI/CD and scripting (auto-detected in non-interactive environments or forced with ` --non-interactive ` )
5151- ** Log streaming** — tail emulator logs in real-time with ` --follow `
@@ -154,6 +154,9 @@ LOCALSTACK_AUTH_TOKEN=<token> lstk --non-interactive
154154# Stop the running emulator
155155lstk stop
156156
157+ # Show emulator status and deployed resources
158+ lstk status
159+
157160# Stream emulator logs
158161lstk logs --follow
159162
You can’t perform that action at this time.
0 commit comments