@capgo/cli 7.44.2 → 7.45.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 CHANGED
@@ -539,6 +539,7 @@ npx @capgo/cli@latest app set com.example.app --name "Updated App" --retention 3
539
539
  | **-i,** | <code>string</code> | App icon path for display in Capgo Cloud |
540
540
  | **-a,** | <code>string</code> | API key to link to your account |
541
541
  | **-r,** | <code>string</code> | Days to keep old bundles (0 = infinite, default: 0) |
542
+ | **--expose-metadata** | <code>string</code> | Expose bundle metadata (link and comment) to the plugin (true/false, default: false) |
542
543
  | **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
543
544
  | **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
544
545