docs(lstk hotfix): update CLI reference to v0.19.0 - #830
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
|
The failing Validate Refs check ( This is the same shape as the previous lstk hotfix (#808, The content checks are unaffected; the two files are the AWS and Azure Generated by Claude Code |
|
@gtsiolis this is missing a logged docs ticket. Please log a docs ticket for this and reference it in this PR before we move further. |
|
Docs ticket logged and referenced in the description: PRO-369. Thanks @quetzalliwrites! Generated by Claude Code |
…e page Co-Authored-By: Claude <noreply@anthropic.com>
Deploying localstack-docs with
|
| Latest commit: |
3ccc038
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ad7556d4.localstack-docs.pages.dev |
| Branch Preview URL: | https://claude-intelligent-cray-shk3.localstack-docs.pages.dev |
|
@gtsiolis that is a Product ticket, that is not a DOCS (linear team) ticket. We've discussed this before, all docs PRs need to be linked/tracked to DOCS ticket. Please update the ticket to be on the Linear DOCS team. ty |
|
Thanks for moving the issue, updated PR description. ✔️ Generated by Claude Code |
Brings the
lstkCLI reference up to date with thev0.19.0release.Related issue: DOC-379
Files in scope (no shared
lstkcomponents exist yet, 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 AWS page previously reflected
v0.18.0(#808); the Azure page (#801) had drifted several releases behind and was skipped by thev0.18.0hotfix. This PR covers the fullv0.18.0..v0.19.0range for AWS and catches up the entire backlog for Azure.AWS page —
v0.18.0..v0.19.0--timeoutflag (lstk start/ barelstk): added to thestartoptions table, the Global options table, and the startup-deadline paragraph. Noted that an explicit--timeoutwins overLSTK_STARTUP_TIMEOUT,--timeout 0falls back to the per-mode default, and thatrestartand the snapshot auto-start path do not expose it. (This was intentionally deferred in docs(lstkhotfix): update CLI reference to v0.18.0 #808 because it landed after thev0.18.0tag.)-s/--servicesonsnapshot save(and thesavealias): comma-separated list limiting a save to a subset of services, applied uniformly to local,pod:, ands3://destinations. Added to the save options table with an example.--dry-runonsnapshot load(and theloadalias): previews the per-service resource additions/modifications a load would produce, without changing state. Documented that it ispod:-only and requires a running emulator (no auto-start).lstk logout && lstk login. A manuallstk logoutis no longer required.lstk terraform targets the AWS emulator(was "currently targets … only"), plus two smaller fixes in the Structured output section.Azure page — full backlog catch-up
The Azure reference had fallen behind by the
v0.16–v0.19feature set (last meaningfully updated at #801, and it skipped thev0.18.0hotfix). It was missing: the--typeflag and its section, the startup-deadline paragraph +--timeout,--tail/-nonlogs, the entire Structured output / Exit codes sections and the richer--jsondescriptions, theLSTK_STARTUP_TIMEOUTandLSTK_MERGE_STRATEGYenv vars, the multiple-installs warning, the Colima~/.configsocket path, and the proxy signal-forwarding note — plus all thev0.19.0additions above.The Azure page now carries the same reference content as the AWS page, differing in its frontmatter (no
sidebar/tags), the/azure/auth-token link, and the volume-mounts example (emulator-neutral rather than the AWS page's Snowflake init-hook example — per review feedback that the Snowflake reference was out of place on the Azure page). The three non-auth cross-links (Docker Compose install, corporate-proxy FAQ, Get Help) still point at the AWS docs, as they did before.Review
Advisable.
Cc @localstack/devx for visibility and any corrections.