@localstack/lstk_darwin_amd64 0.17.0 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/lstk +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ Running `lstk` will automatically handle configuration setup and start LocalStac
|
|
|
56
56
|
- **Extensions** — Git-style `lstk-<name>` executables extend the CLI with new commands
|
|
57
57
|
- **Self-update** — check for and install the latest `lstk` release with `lstk update`
|
|
58
58
|
- **Shell completions** — bash, zsh, and fish completions included
|
|
59
|
+
- **Structured JSON output** — pass `--json` to a supported command (`stop`, `reset`, `update` today, more planned) for a machine-readable envelope instead of formatted text; see [docs/structured-output.md](docs/structured-output.md)
|
|
59
60
|
|
|
60
61
|
## Authentication
|
|
61
62
|
|
|
@@ -223,7 +224,7 @@ volumes = ["/data:/var/lib/localstack"]
|
|
|
223
224
|
`lstk start` degrades gracefully when the common enterprise blockers (Docker Hub unreachable, a forward proxy, TLS interception, or an unreachable license server) make a network request fail:
|
|
224
225
|
|
|
225
226
|
- If the image cannot be pulled but is already present locally, `lstk` warns and starts the local image instead of failing.
|
|
226
|
-
- If the license server cannot be reached, `lstk` skips its pre-flight check and lets the emulator validate the license at startup. A definitive rejection from the server (e.g. an invalid token) stays fatal.
|
|
227
|
+
- If the license server cannot be reached, or it rejects the configured image tag as unrecognized (e.g. a `dev` nightly or a custom enterprise-mirror tag), `lstk` skips its pre-flight check and lets the emulator validate the license at startup. A definitive rejection from the server (e.g. an invalid token) stays fatal.
|
|
227
228
|
|
|
228
229
|
Pair this with a custom `image` in the config to point at a locally loaded image or an internal-registry mirror.
|
|
229
230
|
|
package/lstk
CHANGED
|
Binary file
|