docs(lstk hotfix): update CLI reference to v0.18.0#808
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
July 23, 2026 13:30
Deploying localstack-docs with
|
| Latest commit: |
82b06a4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e1dcd2d8.localstack-docs.pages.dev |
| Branch Preview URL: | https://claude-zealous-davinci-n9hwn.localstack-docs.pages.dev |
Member
Author
|
The Validate Refs check is red, but it's the branch-naming policy gate, not a problem with this change: it only allows PRs into The meaningful check, Cloudflare Pages, is green and the preview built successfully, so the MDX and cross-references are valid. This will need a maintainer merge to land. Generated by Claude Code |
Collaborator
|
Yes, @gtsiolis, your understanding of the broken build and it's subsequent error is correct. |
Collaborator
|
@mmaureenliu adding you too! |
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.18.0release. The doc previously reflectedv0.17.1(#791); this covers the fullv0.17.1..v0.18.0range.What changed
lstk logs: documented the new--tail/-nflag (last N lines, orall; defaultall).lstk start: documented the new--type/-tflag for non-interactive emulator selection, including that it records the choice inconfig.tomland how switching an existing config behaves (customimageis a hard error; non-latesttag and volumes kept with a warning; positional rejected). Added it to both thestartoptions and Global options tables.LSTK_STARTUP_TIMEOUTenv var and the per-mode behavior (20s interactive/recoverable vs 60s non-interactive/fatal; instant crash detection).LSTK_MERGE_STRATEGYenv var (default merge strategy when--mergeis omitted).lstk updateand the start-time notification warn when more than onelstkis found onPATH.aws/terraform/cdk/sam/az) forwards the signal for graceful shutdown and preserves the tool's exit code.source <(lstk completion bash)toeval "$(lstk completion bash)", sincesource <(...)is a silent no-op on stock macOS bash 3.2.Environment-variables table gained
LSTK_STARTUP_TIMEOUTandLSTK_MERGE_STRATEGY.Note:
--timeout(the flag form of the startup deadline) landed onmainafter thev0.18.0tag, so it is intentionally not documented here yet.Review
Advisable. The changes are additive and mechanically verified against the code at the
v0.18.0tag, but a few of the new notes introduce user-facing wording (the signal-forwarding behavior, the multiple-installs warning, and the startup-deadline phrasing) — worth a glance to confirm the messaging reads the way the team wants.Cc @localstack/devx for visibility and any corrections.
Generated by Claude Code