@capgo/cli 7.9.2 → 7.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +274 -273
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -208,8 +208,8 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
|
|
|
208
208
|
| **--delete-linked-bundle-on-upload** | <code>boolean</code> | Locates the currently linked bundle in the channel you are trying to upload to, and deletes it |
|
|
209
209
|
| **--no-brotli-patterns** | <code>string</code> | Glob patterns for files to exclude from brotli compression (comma-separated) |
|
|
210
210
|
| **--disable-brotli** | <code>boolean</code> | Completely disable brotli compression even if updater version supports it |
|
|
211
|
-
| **--
|
|
212
|
-
| **--self-assign** | <code>boolean</code> | Allow device to self-assign to this channel, this will update the channel |
|
|
211
|
+
| **--version-exists-ok** | <code>boolean</code> | Exit successfully if bundle version already exists, useful for CI/CD workflows with monorepos |
|
|
212
|
+
| **--self-assign** | <code>boolean</code> | Allow device to self-assign to this channel, this will update the channel, if not provided it will leave the channel as is |
|
|
213
213
|
| **--supa-host** | <code>string</code> | Supabase host URL, for self-hosted Capgo or testing |
|
|
214
214
|
| **--supa-anon** | <code>string</code> | Supabase anon token, for self-hosted Capgo or testing |
|
|
215
215
|
|