Skip to content

Commit 85c5cbb

Browse files
authored
Add status command in README (#123)
1 parent aa05700 commit 85c5cbb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
155155
lstk stop
156156

157+
# Show emulator status and deployed resources
158+
lstk status
159+
157160
# Stream emulator logs
158161
lstk logs --follow
159162

0 commit comments

Comments
 (0)