Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-morrow-toptal authored and caesay committed Sep 30, 2024
1 parent 1b582ff commit 93a1cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/distributing/deploy-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ vpk pack -u YourAppId -v 1.0.1 -p {buildOutput}
vpk upload s3 --bucket MyApp --region us-west-1 --keyId {accessKeyId} --secret {accessKeySecret}
```

Note that you can specify most of these argumentsas environment variables too. You can review the [AWS SDK environment variables here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html) and every `vpk` option can be provided as an environment variable too, to list these in the help text use `vpk -H` instead of `vpk -h`.
Note that you can specify most of these arguments as environment variables too. You can review the [AWS SDK environment variables here](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html) and every `vpk` option can be provided as an environment variable too, to list these in the help text use `vpk -H` instead of `vpk -h`.

When using a non-AWS S3-compatible API (eg. BackBlaze B2), you need to specify an endpoint instead of a region:

Expand Down

0 comments on commit 93a1cff

Please sign in to comment.