@capgo/cli 7.74.2 → 7.74.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
@@ -1129,6 +1129,9 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1129
1129
  | **--keystore-key-password** | <code>string</code> | Android: Keystore key password |
1130
1130
  | **--keystore-store-password** | <code>string</code> | Android: Keystore store password |
1131
1131
  | **--play-config-json** | <code>string</code> | Android: Base64-encoded Google Play service account JSON |
1132
+ | **--output-upload** | <code>boolean</code> | Override output upload behavior for this build only (enable). Precedence: CLI > env > saved credentials |
1133
+ | **--no-output-upload** | <code>boolean</code> | Override output upload behavior for this build only (disable). Precedence: CLI > env > saved credentials |
1134
+ | **--output-retention** | <code>string</code> | Override output link TTL for this build only (1h to 7d). Examples: 1h, 6h, 2d. Precedence: CLI > env > saved credentials |
1132
1135
  | **-a,** | <code>string</code> | API key to link to your account |
1133
1136
  | **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
1134
1137
  | **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |