Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Cap-go/website
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Mar 31, 2024
2 parents 1f31871 + f5122f2 commit d21c7e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/docs/tooling/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ Optionally, you can give:
* `--no-key` to ignore the signing key and send clear update.
* `--bundle [1.0.0]` to set the bundle version number of the file to upload.
* `--iv-session-key [key]` to send a custom session key to the cloud.
* `--s3-apikey [key]` API key to upload to an AWS S3 account directly.
* `--s3-apisecret [secretkey]` API secret necessary for uploading to S3.
* `--s3-region [region]` to set the region of the AWS S3 account of the two previous API keys.
* `--s3-bucket-name [bucketName]` to set the name of the AWS S3 bucket to which upload.
* `--bundle-url` prints bundle url into stdout. Useful when [parsing bundle url from shell](https://github.com/Cap-go/CLI/pull/132/).
* `--no-code-check` to ignore the code check and send the bundle anyway.

Expand Down

0 comments on commit d21c7e4

Please sign in to comment.