You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC-429: Move Global options table to the Overview page
Mirrors the same fix agreed on the AWS docs sync PR (#912): Global
options apply to everyday interactive use, not just automation/CI,
so move the table from automation.mdx to index.mdx, right after
Quick start, keeping the detailed sections (Structured output) on
automation.mdx with an absolute-path cross-reference.
|`--config <path>`| Path to a specific TOML config file |
15
-
|`--non-interactive`| Disable the interactive TUI, use plain output |
16
-
|`--json`| Emit a single machine-readable JSON envelope on stdout instead of human-oriented output. Supported by `stop`, `reset`, and `update`; any other command rejects it. See [Structured output](#structured-output). |
17
-
|`--persist`| Persist emulator state across restarts (on `start`/bare `lstk` and `restart`) |
18
-
|`--type <type>`, `-t <type>`| Emulator type to start: `aws`, `snowflake`, or `azure` (on `start`/bare `lstk`; records the choice in config). See [Selecting the emulator with `--type`](/azure/developer-tools/lstk/lifecycle-commands/#selecting-the-emulator-with---type). |
19
-
|`--snapshot <REF>`| Snapshot REF to auto-load after start (on `start`/bare `lstk`; overrides config for one run) |
20
-
|`--no-snapshot`| Skip auto-loading the configured snapshot (on `start`/bare `lstk`) |
21
-
|`--timeout <duration>`| Startup readiness deadline for `start`/bare `lstk`, as a Go duration; overrides `LSTK_STARTUP_TIMEOUT` for one run. See [`start`](/azure/developer-tools/lstk/lifecycle-commands/#start). |
|`--config <path>`| Path to a specific TOML config file |
112
+
|`--non-interactive`| Disable the interactive TUI, use plain output |
113
+
|`--json`| Emit a single machine-readable JSON envelope on stdout instead of human-oriented output. Supported by `stop`, `reset`, and `update`; any other command rejects it. See [Structured output](/azure/developer-tools/lstk/automation/#structured-output). |
114
+
|`--persist`| Persist emulator state across restarts (on `start`/bare `lstk` and `restart`) |
115
+
|`--type <type>`, `-t <type>`| Emulator type to start: `aws`, `snowflake`, or `azure` (on `start`/bare `lstk`; records the choice in config). See [Selecting the emulator with `--type`](/azure/developer-tools/lstk/lifecycle-commands/#selecting-the-emulator-with---type). |
116
+
|`--snapshot <REF>`| Snapshot REF to auto-load after start (on `start`/bare `lstk`; overrides config for one run) |
117
+
|`--no-snapshot`| Skip auto-loading the configured snapshot (on `start`/bare `lstk`) |
118
+
|`--timeout <duration>`| Startup readiness deadline for `start`/bare `lstk`, as a Go duration; overrides `LSTK_STARTUP_TIMEOUT` for one run. See [`start`](/azure/developer-tools/lstk/lifecycle-commands/#start). |
119
+
|`-v`, `--version`| Print the version and exit |
120
+
|`-h`, `--help`| Print help and exit |
121
+
122
+
These apply to both interactive and non-interactive (scripted/CI) use, see [Automation & CI](/azure/developer-tools/lstk/automation/) for the details behind `--non-interactive` and `--json`.
123
+
105
124
## Shell completions
106
125
107
126
`lstk` includes completion scripts for bash, zsh, fish, and powershell.
0 commit comments