@capgo/cli 8.24.3 → 8.24.4
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 -1
- package/dist/index.js +515 -515
- package/dist/package.json +1 -1
- package/dist/src/api/app.d.ts +1 -0
- package/dist/src/sdk.js +264 -264
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -683,7 +683,7 @@ npx @capgo/cli@latest app set com.example.app --name "Updated App" --retention 3
|
|
|
683
683
|
| Param | Type | Description |
|
|
684
684
|
| -------------- | ------------- | -------------------- |
|
|
685
685
|
| **-n** | <code>string</code> | App name for display in Capgo Cloud |
|
|
686
|
-
| **-i** | <code>string</code> |
|
|
686
|
+
| **-i** | <code>string</code> | Local image file path (png, jpg, webp, svg) used as the app icon in Capgo Cloud |
|
|
687
687
|
| **-a** | <code>string</code> | API key to link to your account |
|
|
688
688
|
| **-r** | <code>string</code> | Days to keep old bundles (0 = infinite, default: 0) |
|
|
689
689
|
| **--expose-metadata** | <code>string</code> | Expose bundle metadata (link and comment) to the plugin (true/false, default: false) |
|