Skip to content

Commit

Permalink
doc: add * --package-json <packageJson> A path to package.json. Use…
Browse files Browse the repository at this point in the history
…full for monorepos.
  • Loading branch information
riderx committed Oct 23, 2024
1 parent 63fcf50 commit ab56867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/docs/cli/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ Optionally, you can give:
* `--tus` Upload the bundle using tus protocol.
* `--multipart` Uses multipart protocol to upload data to S3, Deprecated, use TUS instead.
* `--encrypted-checksum <encryptedChecksum>` An encrypted checksum (signature). Used only when uploading an external bundle.
* `--package-json <packageJson>` A path to package.json. Usefull for monorepos.

> ⭐️ 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.
Expand Down

0 comments on commit ab56867

Please sign in to comment.