diff --git a/src/content/docs/docs/cli/commands.mdx b/src/content/docs/docs/cli/commands.mdx index 9caad541..fdfeca24 100644 --- a/src/content/docs/docs/cli/commands.mdx +++ b/src/content/docs/docs/cli/commands.mdx @@ -148,10 +148,10 @@ Optionally, you can give: * `--channel ` Channel to link to. * `--external ` Link to external URL instead of uploading to Capgo Cloud. * `--iv-session-key ` Set the IV and session key for bundle URL external. -* `--s3-region ` Region for your S3 bucket. +* `--s3-endpoint ` URL of S3 endpoint. Do not work with Partial upload, or external option. +* `--s3-region ` Region for your S3 bucket. * `--s3-apikey ` API key for your S3 endpoint. * `--s3-apisecret ` API secret for your S3 endpoint. -* `--s3-endpoint ` URL of S3 endpoint. * `--s3-bucket-name ` Name for your AWS S3 bucket. * `--s3-port ` Port for your S3 endpoint. * `--no-s3-ssl` Disable SSL for S3 upload. @@ -163,15 +163,15 @@ Optionally, you can give: * `--no-key` Ignore signing key and send clear update. * `--no-code-check` Ignore checking if notifyAppReady() is called in source code and index present in root folder. * `--display-iv-session` Show in the console the IV and session key used to encrypt the update. -* `--tus` Upload the bundle using TUS protocol. * `--bundle ` Bundle version number of the bundle to upload. * `--min-update-version ` Minimal version required to update to this version. Used only if the disable auto update is set to metadata in channel. * `--auto-min-update-version` Set the min update version based on native packages. * `--ignore-metadata-check` Ignores the metadata (node_modules) check when uploading. * `--ignore-checksum-check` Ignores the checksum check when uploading. * `--timeout ` Timeout for the upload process in seconds. -* `--multipart` Uses multipart protocol to upload data to S3. -* `--ignore-partial` Does not upload partial files to S3. +* `--partial` Does not upload partial files to Capgo cloud. +* `--tus` Upload the bundle using tus protocol. +* `--multipart` Uses multipart protocol to upload data to S3, Deprecated, use TUS instead. * `--encrypted-checksum ` An encrypted checksum (signature). Used only when uploading an external bundle. > ⭐️ External option helps to unlock 2 cases: corporate with privacy concern, don't send the code to a third part and app bigger than 200 MB. With this setting, Capgo store only the link to the zip and sends the link to all apps.