🔹 get-qr
このプラグインのインストール手順とフルマークダウンガイドを含むセットアッププロンプトをコピーしてください。
🔳 Print a terminal QR code for a bundle or channel preview.
npx @capgo/cli@latest get-qrアプリのプレビュー機能が有効になっていないため、プレビューができません。 例: 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
Get-qrのオプション
「Get-qrのオプション」| パラメーター | タイプ | 説明 |
|---|---|---|
| -a | string | APIで指定したアカウントにリンクするためのキー |
| —バンドル | string | バンドル名またはIDをプレビューする |
| —チャネル | string | チャンネル名またはIDをプレビュー |
| —type | string | 位置情報のターゲットのタイプ |
| —png | string | codeのプレビューQRをPNG形式でcodeに指定したファイルパスに書き込む |
| —url | boolean | ターミナルQR codeを含まないウェブとディープリンクのプレビューURLのみを出力 |
| —web-url | boolean | capgo://のディープリンクではなく、codeのQRとPNGにウェブプレビューURLをエンコード |
| —preview-env | string | ウェブURLのプレビュー環境 |
| —supa-host | string | 自作のSupabaseホストURL (自作の場合またはCapgo開発用) |
| —supa-anon | string | 自作のSupabase anonキー (自作の場合) |