docs(lstk hotfix): update CLI reference to v0.20.1 - #833
Open
gtsiolis wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
gtsiolis
requested review from
HarshCasper,
quetzalliwrites and
remotesynth
as code owners
July 30, 2026 11:15
Deploying localstack-docs with
|
| Latest commit: |
6d80032
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9f29bdb5.localstack-docs.pages.dev |
| Branch Preview URL: | https://claude-affectionate-edison-v.localstack-docs.pages.dev |
Member
Author
|
The red Validate Refs check is the Generated by Claude Code |
…20.1) Co-Authored-By: Claude <noreply@anthropic.com>
hotfix): update CLI reference to v0.20.0hotfix): update CLI reference to v0.20.1
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.20.1 release oflocalstack/lstk, catching up from the last-documented v0.19.0 (the full v0.19.0 → v0.20.1 range).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 is edited directly and kept in sync.What changed since v0.19.0
Container runtime auto-detection (localstack/lstk#399)
lstksupports Docker Desktop, Rancher Desktop, Colima, OrbStack, Lima, and Podman, resolving in order viaDOCKER_HOST→DOCKER_CONTEXT/current Docker CLI context → per-runtime socket probe → Docker SDK default, with a start-command hint tailored to the detected runtime on failure. Replaces the old Colima/OrbStack-only sentence.GATEWAY_LISTEN, a busy or unbindable port 443 is no longer fatal —lstkdrops it with a warning and serves HTTPS on the edge port4566; a port listed explicitly inGATEWAY_LISTENstays a hard requirement. The old daemon hard-failure snippet no longer represents the default path, so it was removed.Runtime endpoint precedence on Linux (localstack/lstk#422)
Logs streaming (localstack/lstk#418)
lstk logswrites lines to the terminal's scrollback, so full history is preserved (likedocker logs).Accuracy fix noticed on the way
type = "aws"; corrected totype = "azure".No doc change required
lstk awsstreaming commands (e.g.aws logs tail --follow) no longer buffer their output until exit (Fix lstk aws streaming output hanging until exit by running the aws CLI in a PTY lstk#417). This is a bug fix restoring expected behavior; the reference docs never described the buffering, so no wording changed.Review
Recommend a quick human read of the public-facing wording in the rewritten "Port 443 already in use" section (the drop-with-warning framing). The rest is a straightforward reference-doc sync.
Closes DOC-381
Cc @localstack/devx for visibility and any corrections.