mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 11 10:37:28 UTC 2023
This commit is contained in:
parent
9641ff6585
commit
c30bb7b4ce
137 changed files with 3139 additions and 267 deletions
|
|
@ -9,8 +9,10 @@ SYNOPSIS
|
|||
--read-access-token-secret-version=READ_ACCESS_TOKEN_SECRET_VERSION
|
||||
--user-name=USER_NAME
|
||||
--webhook-secret-secret-version=WEBHOOK_SECRET_SECRET_VERSION
|
||||
[--peered-network=PEERED_NETWORK] [--region=REGION]
|
||||
[--ssl-ca-file=SSL_CA_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--region=REGION] [--ssl-ca-file=SSL_CA_FILE]
|
||||
[--peered-network=PEERED_NETWORK
|
||||
--peered-network-ip-range=PEERED_NETWORK_IP_RANGE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a Bitbucket Server config for use by Google Cloud Build.
|
||||
|
|
@ -45,12 +47,6 @@ REQUIRED FLAGS
|
|||
projects/{secret_project}/secrets/{secret_name}/versions/{secret_version}.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--peered-network=PEERED_NETWORK
|
||||
VPC network that should be used when making calls to the Bitbucket
|
||||
Server instance.
|
||||
|
||||
If not specified, calls will be made over the public internet.
|
||||
|
||||
--region=REGION
|
||||
The region of the Cloud Build Service to use. Must be set to a
|
||||
supported region name (e.g. us-central1). If unset, builds/region,
|
||||
|
|
@ -61,6 +57,17 @@ OPTIONAL FLAGS
|
|||
Path to a local file that contains SSL certificate to use for requests
|
||||
to Bitbucket Server. The certificate should be in PEM format.
|
||||
|
||||
--peered-network=PEERED_NETWORK
|
||||
VPC network that should be used when making calls to the Bitbucket
|
||||
Server instance.
|
||||
|
||||
If not specified, calls will be made over the public internet.
|
||||
|
||||
--peered-network-ip-range=PEERED_NETWORK_IP_RANGE
|
||||
IP range within the peered network. This is specified in CIDR notation
|
||||
with a slash and the subnet prefix size. Examples: 192.168.0.0/24 or
|
||||
'/29'.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue