docs(lstk hotfix): update CLI reference to v0.22.1 - #877
Open
gtsiolis wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
gtsiolis
requested review from
HarshCasper,
quetzalliwrites and
remotesynth
as code owners
August 20, 2026 10:45
Deploying localstack-docs with
|
| Latest commit: |
e280d5b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://50e39097.localstack-docs.pages.dev |
| Branch Preview URL: | https://claude-hopeful-babbage-f726q.localstack-docs.pages.dev |
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.
Brings the
lstkCLI reference up to date with thev0.22.1release. The docs were last synced atv0.19.0(#830), so this catches up the fullv0.20.0..v0.22.1backlog.Files in scope (no shared
lstkcomponents exist, so each page carries its own reference content):src/content/docs/aws/developer-tools/running-localstack/lstk.mdxsrc/content/docs/azure/developer-tools/lstk.mdxThe two pages are near-identical and received the same edits.
What changed
Corrected (stale):
LOCALSTACK_AUTH_TOKENnow takes precedence over a token stored in the keyring (reversed inlstkv0.21.0). The Authentication section and the environment-variable table previously stated the keyring wins.Added (
v0.20.0→v0.22.1):--endpoint-urlflag andLSTK_ENDPOINT_URLenv var (withAWS_ENDPOINT_URLas a lower-priority synonym): scheme preservation forhttps://ephemeral instances, emulator-type auto-detection, and the lists of commands that accept vs. reject an endpoint. Added rows to the Global options and environment-variable tables.--accountonlstk aws— new "Selecting the account" subsection and an options-table row (12-digit rule,AWS_ACCESS_KEY_IDfallback), notingterraform/samshare the flag andcdkrejects it.container_nameandexpose_portsconfig keys — added to the default config sample and the field-reference table, plus a new "Exposing extra ports" subsection.snapshot versionssubcommand and version-pinnedpod:<name>:<version>refs onload/show(with the note thatsave/remove/versions/s3://reject a version suffix).DOCKER_CONTEXTand Rancher Desktop / Podman / Lima detection alongside the resolution order.lstk aws <TAB>completion note in the Shell completions section.Review
Advisable.
Closes DOC-412
Cc @localstack/devx for visibility and any corrections.
Generated by Claude Code