From ab568679e91b270a5a24d0e925a5057aba6f8c0d Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Wed, 23 Oct 2024 17:31:28 +0900 Subject: [PATCH] doc: add * `--package-json ` A path to package.json. Usefull for monorepos. --- src/content/docs/docs/cli/commands.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/docs/cli/commands.mdx b/src/content/docs/docs/cli/commands.mdx index fdfeca24..55c22e7a 100644 --- a/src/content/docs/docs/cli/commands.mdx +++ b/src/content/docs/docs/cli/commands.mdx @@ -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 ` An encrypted checksum (signature). Used only when uploading an external bundle. +* `--package-json ` 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.