string | API key to link to your account |
| **-p** | string | Path of the folder to upload, if not provided it will use the webDir set in capacitor.config |
| **-c** | string | Channel to link to |
+| **--rollout** | string | Set the uploaded bundle as this channel's rollout target at a percentage from 0 to 100 |
+| **--rollout-percentage-bps** | string | Set the uploaded bundle rollout percentage in basis points from 0 to 10000 |
+| **--rollout-cache-ttl-seconds** | string | Cloudflare rollout decision cache TTL in seconds |
| **-e** | string | Link to external URL instead of upload to Capgo Cloud |
| **--iv-session-key** | string | Set the IV and session key for bundle URL external |
| **--s3-region** | string | Region for your S3 bucket |
diff --git a/cli/skills/release-management/SKILL.md b/cli/skills/release-management/SKILL.md
index 52e109cec9..59eb204f73 100644
--- a/cli/skills/release-management/SKILL.md
+++ b/cli/skills/release-management/SKILL.md
@@ -19,6 +19,7 @@ Use this skill for OTA update workflows in Capgo Cloud.
- Alias: `u`
- Example: `npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel production`
+- Progressive rollout example: `npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel production --rollout 10`
- Key behavior:
- Bundle version must be greater than `0.0.0` and unique.
- Deleted versions cannot be reused.
@@ -29,6 +30,9 @@ Use this skill for OTA update workflows in Capgo Cloud.
- Important options:
- `-p, --path + {{ channel.rollout_pause_reason }} +
+