docs(lstk): update CLI reference to v0.16.0#774
Open
gtsiolis wants to merge 1 commit into
Open
Conversation
Deploying localstack-docs with
|
| Latest commit: |
44f51f1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6086fb66.localstack-docs.pages.dev |
| Branch Preview URL: | https://claude-wonderful-lovelace-f8.localstack-docs.pages.dev |
Bring the lstk CLI reference up to date with releases v0.14.0 through v0.16.0 (doc previously reflected ~v0.13.0). Changes: - Document the Azure CLI proxy (lstk az) with global interception, and the IaC tool proxies lstk terraform (alias tf), lstk cdk, and lstk sam. - Add lstk setup azure and correct lstk setup aws: it now runs non-interactively (writes defaults) and gained a --force flag. - Remove the deleted lstk config profile command. - Document snapshot show, S3 remotes for save/load/list, and that snapshot save/load now work (experimentally) for Snowflake and Azure. - Document snapshot auto-load on start (snapshot config field, --snapshot / --no-snapshot flags). - Add config fields image, volumes, and snapshot; add Custom container image and Volume mounts sections. - Add global flags --json, --snapshot, --no-snapshot. - Add Offline and enterprise environments and Extensions sections. - Document LOCALSTACK_CLIENT_NAME/VERSION injected vars and GATEWAY_LISTEN host exposure. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9a84173 to
44f51f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the
lstkCLI reference up to date with the current CLI. The doc previously reflected roughly v0.13.0 (last meaningfully expanded in localstack-docs #701, merged 2026-06-24). This PR catches up the full backlog through the latest release, v0.16.0 — covering v0.14.0, v0.14.1, v0.15.0, and v0.16.0.Rather than trust a diff, I walked the live CLI surface (
lstk --helpand every subcommand's--help, plus the config/env source), so this flags stale content as well as additions.New commands / features documented
Toolsgroup in help:lstk az(Azure CLI, incl.start-interception/stop-interception),lstk terraform(aliastf),lstk cdk, andlstk sam, each with its lstk-specific flags, version requirements, and supported env vars.lstk setup azure(aliassetup az) — isolated Azure CLI config directory.snapshot show— metadata for a cloud snapshot.snapshot save/load/list(own-bucket storage,--profile, credential precedence, running-emulator requirement).snapshotconfig field and the--snapshot/--no-snapshotflags.image(custom/mirror/offline image),volumes(bind mounts + init hooks); added Custom container image and Volume mounts sections.--json,--snapshot,--no-snapshot.lstk-<name>).LOCALSTACK_CLIENT_NAME/LOCALSTACK_CLIENT_VERSION, and a note onGATEWAY_LISTENhost exposure.Stale content corrected
lstk config profilesection — that command was deleted from the CLI (lstk Upgrade Starlight and dependencies #360); replaced with a note pointing tosetup aws.setup awsno longer "requires an interactive terminal" — it now runs non-interactively (writes the profile with defaults) and gained a--forceflag. Fixed the command section and the interactive/non-interactive note.snapshot save/loadnow work for Snowflake and Azure with an "experimental" warning; onlyresetremains AWS-only. Updated the note accordingly.Notes for reviewers
:::note/:::cautiondirectives balanced, all interpolation kept inside code spans).Cc @localstack/devx for visibility and any corrections.