@capgo/cli 7.18.16 → 7.18.18

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
@@ -209,6 +209,7 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
209
209
  | **--self-assign** | <code>boolean</code> | Allow devices to auto-join this channel (updates channel setting) |
210
210
  | **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
211
211
  | **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
212
+ | **--verbose** | <code>boolean</code> | Enable verbose output |
212
213
 
213
214
  ### <a id="bundle-compatibility"></a> 🧪 **Compatibility**
214
215