@capgo/cli 7.48.0 โ†’ 7.49.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
@@ -212,7 +212,7 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
212
212
  | **--self-assign** | <code>boolean</code> | Allow devices to auto-join this channel (updates channel setting) |
213
213
  | **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
214
214
  | **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
215
- | **--verbose** | <code>boolean</code> | Enable verbose output |
215
+ | **--verbose** | <code>boolean</code> | Enable verbose output with detailed logging |
216
216
 
217
217
  ### <a id="bundle-compatibility"></a> ๐Ÿงช **Compatibility**
218
218
 
@@ -949,6 +949,7 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
949
949
  | **-a,** | <code>string</code> | API key to link to your account |
950
950
  | **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
951
951
  | **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
952
+ | **--verbose** | <code>boolean</code> | Enable verbose output with detailed logging |
952
953
 
953
954
  ### <a id="build-credentials"></a> ๐Ÿ”น **Credentials**
954
955