@capgo/cli 7.4.18 → 7.5.0
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 +183 -183
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -567,6 +567,7 @@ npx @capgo/cli@latest channel delete production com.example.app
|
|
|
567
567
|
| -------------- | ------------- | -------------------- |
|
|
568
568
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
569
569
|
| **--delete-bundle** | <code>boolean</code> | Delete the bundle associated with the channel |
|
|
570
|
+
| **--success-if-not-found** | <code>boolean</code> | Success if the channel is not found |
|
|
570
571
|
|
|
571
572
|
### <a id="channel-list"></a> 📋 **List**
|
|
572
573
|
|