You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page is a guided overview. Use the current command reference for exact flags: [app](/docs/cli/reference/app/), [bundle](/docs/cli/reference/bundle/), [channel](/docs/cli/reference/channel/), and [build](/docs/cli/reference/build/).
10
+
9
11
### Usage
10
12
11
13
All command should be run in your app folder with capacitor project ignited properly.
@@ -83,6 +85,14 @@ Optionally, you can give:
83
85
*`--icon [/path/to/my/icon]` to have a custom icon display in Capgo web app.
84
86
*`--name [test]` to have a custom name in the list.
85
87
*`--retention [retention]` retention period of app bundle in days, 0 by default = infinite.
88
+
*`--expose-metadata [true|false]` to expose bundle metadata (link and comment) to the plugin.
89
+
*`--preview` or `--no-preview` to enable or disable bundle and channel preview QR codes.
90
+
*`--allow-device-custom-id` or `--no-allow-device-custom-id` to control custom device IDs.
91
+
*`--block-provider-infra-requests` or `--no-block-provider-infra-requests` to control blocking of known Google and Apple datacenter requests.
92
+
*`--build-timeout-minutes [5-360]` to set the native build timeout.
93
+
*`--ios-store-url [url]` or `--android-store-url [url]` to set the store URL.
94
+
*`--default-upload-channel [channel]` to set the default upload channel.
95
+
*`--default-download-channel [channel]` to set the default download channel, or `--disable-download-channels` to make all download channels non-public.
86
96
*`--apikey [key]` API key to link to your account.
If you are using **app** to plan dashboard and API operations, connect it with [API Overview](/docs/public-api/) for the implementation detail in API Overview, [Introduction](/docs/webapp/) for the implementation detail in Introduction, [API Keys](/docs/public-api/api-keys/) for the implementation detail in API Keys, [Devices](/docs/public-api/devices/) for the implementation detail in Devices, and [Bundles](/docs/public-api/bundles/) for the implementation detail in Bundles.
0 commit comments