docs(lstk hotfix): update CLI reference to v0.22.0 - #850
Open
gtsiolis wants to merge 3 commits into
Open
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
gtsiolis
requested review from
HarshCasper,
quetzalliwrites and
remotesynth
as code owners
August 6, 2026 11:34
Deploying localstack-docs with
|
| Latest commit: |
ea16d19
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cc88fcd3.localstack-docs.pages.dev |
| Branch Preview URL: | https://claude-affectionate-edison-3.localstack-docs.pages.dev |
Member
Author
|
The Validate Refs check is expected to be red here. That job only passes when the head branch is named Please don't retarget the base to make it green — retargeting mid-merge is what sent #774 to the wrong branch. Merge via the usual hotfix path. Cloudflare Pages (the check that actually builds the docs) passed. Generated by Claude Code |
Co-Authored-By: Claude <noreply@anthropic.com>
hotfix): update CLI reference to v0.21.0hotfix): update CLI reference to v0.22.0
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 docs up to date with the v0.22.0 release oflocalstack/lstk, catching up the full backlog from the last-documented v0.19.0. This PR started as the v0.21.0 sync; it now also folds in the v0.21.0 → v0.22.0 delta, so it covers the wholev0.19.0 → v0.22.0range (v0.20.0, v0.20.1, v0.21.0, and v0.22.0) verified against the CLI at the v0.22.0 tag.mainwas merged in so the diff is a clean superset of the current docs.Reference pages in scope
src/content/docs/aws/developer-tools/running-localstack/lstk.mdxsrc/content/docs/azure/developer-tools/lstk.mdxThere are no shared
lstkcomponents yet, so each page carries its own reference content and both are kept in sync.What changed
v0.21.0 → v0.22.0 (new in this update)
expose_portsconfig option (localstack/lstk#433) — added to the defaultconfig.tomlsnippet and the config field reference table on both pages. Documents the grammar (a bare port, or a Docker-style"[host:]container[/proto]"string; an entry with no protocol publishes both TCP and UDP) with the DNS-server ([53]) and"5354:5353/udp"examples. This is the config surface previously tracked in DOC-392; that change never landed inmain, so it is consolidated here.lstk aws --account(localstack/lstk#440) — theawsproxy now accepts a leading--account <12 digits>flag (default000000000000, falling back to the ambientAWS_ACCESS_KEY_ID), matching the flaglstk terraformandlstk samalready expose. Added an options-table row, an example, and a short note thatlstk cdkdeliberately has no--account.Not documented (verified out of scope for these two reference pages): the extension-context additions
endpointUrl/machineId(localstack/lstk#446) live in the extension-authoring contract, not the CLI reference; thelstk startinvisible-re-login fix (localstack/lstk#449) only fixes behavior the Offline/enterprise section already describes; telemetry exit-code recording (localstack/lstk#396) is internal.v0.19.0 → v0.21.0 (carried from the earlier sync)
LOCALSTACK_AUTH_TOKENtakes precedence over a keyring token; the resolution list, caution box, and env-var table were corrected.--endpoint-url/LSTK_ENDPOINT_URL(Add --endpoint-url flag to target externally-managed emulators lstk#419) — new "Targeting an external emulator" section plus Global-options and Environment-variable rows; documents which commands accept it, which reject it, http/https handling, and emulator-type auto-detection.container_nameconfig field (Support a custom container name in config lstk#420) — added to theconfig.tomlsnippet and the config field table.snapshot versions+ version-pinned refs (Add Cloud Pod version listing and version-pinned snapshot loads lstk#430) — new subsection; subcommand count five → six;load/showdocument thepod:<name>:<version>suffix.type = "azure"example.lstk logsstreams to terminal scrollback (Stream lstk logs lines to real terminal scrollback lstk#418);lstk azconsumes its own--non-interactive(Honor lstk's own flags for lstk az instead of forwarding them to az lstk#431);lstk aws <TAB>completes AWS commands (Add shell completion for lstk aws lstk#424); binary self-update verifies its SHA-256 checksum (Verify release checksum before replacing lstk binary lstk#410); removed a duplicatedsetup azuresubsection on the AWS page.Review
Advisable. Most edits are mechanical reference updates, but a couple touch user-facing wording worth a glance: the reversed auth-token precedence (a behavior change users may have scripted around) and the "Port 443" drop-with-warning framing.
Closes DOC-393
Cc @localstack/devx for visibility and any corrections.