@capgo/cli 7.4.11 → 7.4.13
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 +1 -0
- package/dist/index.js +54 -54
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -636,6 +636,7 @@ npx @capgo/cli@latest channel set production com.example.app --bundle 1.0.0 --st
|
|
|
636
636
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
637
637
|
| **-b,** | <code>string</code> | Bundle version number of the file to set |
|
|
638
638
|
| **-s,** | <code>string</code> | Set the state of the channel, default or normal |
|
|
639
|
+
| **--latest-remote** | <code>boolean</code> | Get the latest bundle uploaded in capgo cloud and set it to the channel |
|
|
639
640
|
| **--latest** | <code>boolean</code> | Get the latest version key in the package.json to set it to the channel |
|
|
640
641
|
| **--downgrade** | <code>boolean</code> | Allow to downgrade to version under native one |
|
|
641
642
|
| **--no-downgrade** | <code>boolean</code> | Disable downgrade to version under native one |
|