Skip to content

Conversation

@quetzalliwrites
Copy link
Collaborator

add missing backslashes to macos commands

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 19, 2025

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: bc3f07f
Status: ✅  Deploy successful!
Preview URL: https://73a9a1bd.localstack-docs.pages.dev
Branch Preview URL: https://docs-fix-missing-backslashes.localstack-docs.pages.dev

View logs

Copy link
Member

@joe4dev joe4dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure to remove the hardcoded LOCALSTACK_VERSION before merging.

or use the following curl command:

<Code code={`curl --output localstack-cli-${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz \n --location https://github.com/localstack/localstack-cli/releases/download/v${LOCALSTACK_VERSION}/localstack-cli-${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz`} lang="bash" />
<Code code={`curl --output ${LOCALSTACK_VERSION}-darwin-amd64-onefile.tar.gz \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joe4dev I've updated the hardcoded version numbers to instead say ${LOCALSTACK_VERSION}.

Let me know if it looks good now 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants