From c32bfbbd0fb3be9d8c3b824db8b5dc9fab1abbec Mon Sep 17 00:00:00 2001 From: Neptune Date: Mon, 25 Mar 2024 19:47:53 -0500 Subject: [PATCH] fix: update documentation for capgo CLI --- src/content/docs/docs/tooling/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/docs/tooling/cli.md b/src/content/docs/docs/tooling/cli.md index 722c935f..655133e3 100644 --- a/src/content/docs/docs/tooling/cli.md +++ b/src/content/docs/docs/tooling/cli.md @@ -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.