We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1731c98 commit 17d17dbCopy full SHA for 17d17db
1 file changed
README.md
@@ -53,8 +53,8 @@ export LOCALSTACK_AUTH_TOKEN="your-pro-token"
53
54
# 2. Start LocalStack Pro using the token from the environment
55
dagger -m github.com/localstack/localstack-dagger-module \
56
- --auth-token=env:LOCALSTACK_AUTH_TOKEN \
57
- call start up
+ call start --auth-token=env:LOCALSTACK_AUTH_TOKEN \
+ up
58
```
59
60
If the token is invalid or missing when Pro usage is implied, LocalStack might behave unexpectedly or functionality might be limited.
0 commit comments