🔹 get-qr
Copy a setup prompt with the install steps and the full markdown guide for this plugin.
🔳 Print a terminal QR code for a bundle or channel preview.
npx @capgo/cli@latest get-qrPreview must be enabled for the app. Examples: npx @capgo/cli@latest get-qr com.example.app —bundle 1.2.3 npx @capgo/cli@latest get-qr com.example.app —bundle 123 npx @capgo/cli@latest get-qr com.example.app —channel production npx @capgo/cli@latest get-qr com.example.app production —type channel
Options (Get-qr)
Section titled “ Options (Get-qr)”| Param | Type | Description |
|---|---|---|
| -a | string | API key to link to your account |
| —bundle | string | Bundle name or id to preview |
| —channel | string | Channel name or id to preview |
| —type | string | Type for positional target |
| —png | string | Write the preview QR code as a PNG image to the given file path |
| —url | boolean | Print preview URLs only (web and deep link), without a terminal QR code |
| —web-url | boolean | Encode the web preview URL in the QR code and PNG instead of the capgo:// deep link |
| —preview-env | string | Preview web URL environment |
| —supa-host | string | Custom Supabase host URL (for self-hosting or Capgo development) |
| —supa-anon | string | Custom Supabase anon key (for self-hosting) |