@localstack/lstk_darwin_amd64 0.20.1 → 0.21.0
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
|
@@ -43,9 +43,10 @@ Running `lstk` will automatically handle authentication, configuration, and cont
|
|
|
43
43
|
|
|
44
44
|
- **Start / stop / status / logs** — manage the full LocalStack emulator lifecycle with a single command
|
|
45
45
|
- **Interactive TUI** — a Bubble Tea-powered terminal UI in interactive terminals, plain output for CI/CD and scripting
|
|
46
|
-
- **Browser-based login** — authenticate via browser and store credentials securely in the system keyring, or use `LOCALSTACK_AUTH_TOKEN` for CI
|
|
46
|
+
- **Browser-based login** — authenticate via browser and store credentials securely in the system keyring, or use `LOCALSTACK_AUTH_TOKEN` for CI (it takes precedence over stored credentials)
|
|
47
47
|
- **Snapshots** — save, load, and manage emulator state as local files, cloud snapshots, or in your own S3 bucket
|
|
48
48
|
- **Cloud CLI proxies** — run `aws`, `az`, `terraform`, `cdk`, and `sam` commands against LocalStack with the endpoint, credentials, and region pre-configured
|
|
49
|
+
- **Target an external emulator** — pass `--endpoint-url <url>` (or set `LSTK_ENDPOINT_URL`) to point most commands at an already-running LocalStack instance — docker compose, host-network mode, CI, a different machine, or a cloud-hosted ephemeral instance (`https://` is supported) — instead of one lstk manages locally
|
|
49
50
|
- **Extensions** — Git-style `lstk-<name>` executables extend the CLI with new commands; see [docs/extensions-authoring.md](docs/extensions-authoring.md)
|
|
50
51
|
- **Self-update** — `lstk update` checks for and installs the latest release
|
|
51
52
|
- **Structured JSON output** — pass `--json` to a supported command for a machine-readable envelope instead of formatted text; see [docs/structured-output.md](docs/structured-output.md)
|
package/lstk
CHANGED
|
Binary file
|