@capgo/cli 7.2.10 → 7.3.3

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 CHANGED
@@ -206,7 +206,7 @@ Optionally, you can give:
206
206
 
207
207
  ### **Delete**
208
208
 
209
- `npx @capgo/cli bundle delete [appId]`
209
+ `npx @capgo/cli bundle delete [bundleId] [appId]`
210
210
 
211
211
  `[appId]` your app ID the format `com.test.app` is explained [here](https://capacitorjs.com/docs/cli/commands/init/).
212
212
 
@@ -332,6 +332,10 @@ Optionally, you can give:
332
332
 
333
333
  `[channelId]` the name of your channel you want to delete. `[appId]` your app ID the format `com.test.app` is explained [here](https://capacitorjs.com/docs/cli/commands/init/).
334
334
 
335
+ Optionally, you can give:
336
+
337
+ * `--delete-bundle` Deletes the bundle associated with the channel.
338
+
335
339
  ### **List**
336
340
 
337
341
  `npx @capgo/cli channel list [appId]`