Skip to content

Commit 2cad96e

Browse files
authored
Clarify TUI availability in README (#142)
1 parent 9b1a4d1 commit 2cad96e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Running `lstk` will automatically handle configuration setup and start LocalStac
4646
## Features
4747

4848
- **Start / stop / status** — manage LocalStack emulators with a single command
49-
- **Interactive TUI** — a Bubble Tea-powered terminal UI when run in an interactive shell
49+
- **Interactive TUI** — a Bubble Tea-powered terminal UI shown in an interactive terminal for commands like `start`, `login`, `status`, etc.
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`; use `--verbose` to show all logs without filtering
5252
- **Browser-based login** — authenticate via browser and store credentials securely in the system keyring
@@ -151,7 +151,7 @@ lstk --non-interactive
151151
## Usage
152152

153153
```bash
154-
# Start the LocalStack emulator (interactive TUI in a terminal)
154+
# Start the LocalStack emulator
155155
lstk
156156

157157
# Start non-interactively (e.g. in CI)

0 commit comments

Comments
 (0)