mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed May 17 10:38:17 UTC 2023
This commit is contained in:
parent
14441c7ea7
commit
a56fab68e5
151 changed files with 1878 additions and 2972 deletions
|
|
@ -6,7 +6,9 @@ SYNOPSIS
|
|||
([--android (--allow-all-package-names
|
||||
| --package-names=[PACKAGE_NAMES,...])
|
||||
: --support-non-google-app-store-distribution]
|
||||
| --ios (--allow-all-bundle-ids | --bundle-ids=[BUNDLE_IDS,...])
|
||||
| [--ios (--allow-all-bundle-ids | --bundle-ids=[BUNDLE_IDS,...])
|
||||
: --key-id=KEY_ID
|
||||
--private-key-file=PRIVATE_KEY_FILE --team-id=TEAM_ID]
|
||||
| [--web (--allow-all-domains | --domains=[DOMAINS,...])
|
||||
: --allow-amp-traffic --integration-type=INTEGRATION_TYPE
|
||||
--security-preference=SECURITY_PREFERENCE
|
||||
|
|
@ -76,6 +78,30 @@ REQUIRED FLAGS
|
|||
Example of a valid bundle id:
|
||||
'com.companyname.productname.appname'
|
||||
|
||||
Fields that are required to perform Apple-specific integrity checks
|
||||
(recommended for iOS keys).
|
||||
|
||||
--key-id=KEY_ID
|
||||
The Apple developer key ID (10-character string).
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--private-key-file=PRIVATE_KEY_FILE
|
||||
File path to an authentication key (.p8 file extension). This is
|
||||
generated in the Apple Developer Center under Certificates,
|
||||
Identifiers & Profiles.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--team-id=TEAM_ID
|
||||
The Apple team ID (10-character string) owning the provisioning
|
||||
profile used to build your application.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
Options for the creation of a site key for web.
|
||||
|
||||
--web
|
||||
|
|
|
|||
|
|
@ -6,8 +6,10 @@ SYNOPSIS
|
|||
[--labels=KEY=VALUE]
|
||||
[--android (--allow-all-package-names
|
||||
| --package-names=[PACKAGE_NAMES,...])
|
||||
| --ios (--allow-all-bundle-ids | --bundle-ids=[BUNDLE_IDS,...])
|
||||
| [--web : --allow-amp-traffic
|
||||
| [--ios : --allow-all-bundle-ids | --bundle-ids=[BUNDLE_IDS,...]
|
||||
--key-id=KEY_ID
|
||||
--private-key-file=PRIVATE_KEY_FILE --team-id=TEAM_ID] | [--web
|
||||
: --allow-amp-traffic
|
||||
--security-preference=SECURITY_PREFERENCE --allow-all-domains
|
||||
| --domains=[DOMAINS,...]]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -74,7 +76,7 @@ FLAGS
|
|||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
At most one of these can be specified:
|
||||
|
||||
--allow-all-bundle-ids
|
||||
If set, bundle id enforcement will NOT be enabled on this key.
|
||||
|
|
@ -85,6 +87,30 @@ FLAGS
|
|||
Example of a valid bundle id:
|
||||
'com.companyname.productname.appname'
|
||||
|
||||
Fields that are required to perform Apple-specific integrity checks
|
||||
(recommended for iOS keys).
|
||||
|
||||
--key-id=KEY_ID
|
||||
The Apple developer key ID (10-character string).
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--private-key-file=PRIVATE_KEY_FILE
|
||||
File path to an authentication key (.p8 file extension). This is
|
||||
generated in the Apple Developer Center under Certificates,
|
||||
Identifiers & Profiles.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--team-id=TEAM_ID
|
||||
The Apple team ID (10-character string) owning the provisioning
|
||||
profile used to build your application.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
Options for the creation of a site key for web.
|
||||
|
||||
--web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue