Skip to content

Commit

Permalink
fix: doc key v2
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 14, 2024
1 parent 44d5137 commit fb98b32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/docs/docs/cli/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ Optionally, you can give:
* `--s3-bucket-name <bucketName>` Name for your AWS S3 bucket.
* `--s3-port <port>` Port for your S3 endpoint.
* `--no-s3-ssl` Disable SSL for S3 upload.
* `--key <key>` Custom path for public signing key.
* `--key-data <keyData>` Public signing key.
* `--key-v2 <key>` Custom path for private signing key.
* `--key-data-v2 <keyData>` Private signing key.
* `--key <key>` Custom path for public signing key (v1 system).
* `--key-data <keyData>` Public signing key (v1 system).
* `--key-v2 <key>` Custom path for private signing key (v2 system).
* `--key-data-v2 <keyData>` Private signing key (v2 system).
* `--bundle-url` Prints bundle URL into stdout.
* `--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.
Expand Down

0 comments on commit fb98b32

Please sign in to comment.