-
Notifications
You must be signed in to change notification settings - Fork 23
docs: Update LocalStack CLI version in installation guide #365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Deploying localstack-docs with
|
| 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 |
joe4dev
left a comment
There was a problem hiding this 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 \ |
There was a problem hiding this comment.
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 😸
add missing backslashes to macos commands