Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/docs/src/content/docs/docs/cli/reference/bundle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ With `--auto-bump ai`, Capgo Cloudflare Workers AI compares local bundle files t
| **-p** | <code>string</code> | Path of the folder to upload, if not provided it will use the webDir set in capacitor.config |
| **-c** | <code>string</code> | Channel to link to. Use commas for multiple channels, for example production,beta |
| **--rollout** | <code>string</code> | Set the uploaded bundle as this channel's rollout target at a percentage from 0 to 100 |
| **--stable** | <code>boolean</code> | On a rollout-configured channel, replace the stable fallback instead of setting the rollout target |
| **--rollout-percentage-bps** | <code>string</code> | Set the uploaded bundle rollout percentage in basis points from 0 to 10000 |
| **--rollout-cache-ttl-seconds** | <code>string</code> | Cloudflare rollout decision cache TTL in seconds |
| **-e** | <code>string</code> | Link to external URL instead of upload to Capgo Cloud |
Expand Down
Loading