File: //snap/google-cloud-cli/396/help/man/man1/gcloud_beta.1
.TH "GCLOUD_BETA" 1
.SH "NAME"
.HP
gcloud beta \- beta versions of gcloud commands
.SH "SYNOPSIS"
.HP
\f5gcloud beta\fR \fIGROUP\fR | \fICOMMAND\fR [\fB\-\-account\fR=\fIACCOUNT\fR] [\fB\-\-billing\-project\fR=\fIBILLING_PROJECT\fR] [\fB\-\-configuration\fR=\fICONFIGURATION\fR] [\fB\-\-flags\-file\fR=\fIYAML_FILE\fR] [\fB\-\-flatten\fR=[\fIKEY\fR,...]] [\fB\-\-format\fR=\fIFORMAT\fR] [\fB\-\-help\fR] [\fB\-\-project\fR=\fIPROJECT_ID\fR] [\fB\-\-quiet\fR,\ \fB\-q\fR] [\fB\-\-verbosity\fR=\fIVERBOSITY\fR;\ default="warning"] [\fB\-\-version\fR,\ \fB\-v\fR] [\fB\-h\fR] [\fB\-\-access\-token\-file\fR=\fIACCESS_TOKEN_FILE\fR] [\fB\-\-impersonate\-service\-account\fR=\fISERVICE_ACCOUNT_EMAILS\fR] [\fB\-\-log\-http\fR] [\fB\-\-trace\-token\fR=\fITRACE_TOKEN\fR] [\fB\-\-no\-user\-output\-enabled\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR Beta versions of gcloud commands.
.SH "GLOBAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-account\fR=\fIACCOUNT\fR
Google Cloud user account to use for invocation. Overrides the default
\fBcore/account\fR property value for this command invocation.
.TP 2m
\fB\-\-billing\-project\fR=\fIBILLING_PROJECT\fR
The Google Cloud project that will be charged quota for operations performed in
\f5gcloud\fR. If you need to operate on one project, but need quota against a
different project, you can use this flag to specify the billing project. If both
\f5billing/quota_project\fR and \f5\-\-billing\-project\fR are specified,
\f5\-\-billing\-project\fR takes precedence. Run \f5$ gcloud config set
\-\-help\fR to see more information about \f5billing/quota_project\fR.
.TP 2m
\fB\-\-configuration\fR=\fICONFIGURATION\fR
File name of the configuration to use for this command invocation. For more
information on how to use configurations, run: \f5gcloud topic
configurations\fR. You can also use the CLOUDSDK_ACTIVE_CONFIG_NAME environment
variable to set the equivalent of this flag for a terminal session.
.TP 2m
\fB\-\-flags\-file\fR=\fIYAML_FILE\fR
A YAML or JSON file that specifies a \fB\-\-flag\fR:\fBvalue\fR dictionary.
Useful for specifying complex flag values with special characters that work with
any command interpreter. Additionally, each \fB\-\-flags\-file\fR arg is
replaced by its constituent flags. See $ gcloud topic flags\-file for more
information.
.TP 2m
\fB\-\-flatten\fR=[\fIKEY\fR,...]
Flatten \fIname\fR[] output resource slices in \fIKEY\fR into separate records
for each item in each slice. Multiple keys and slices may be specified. This
also flattens keys for \fB\-\-format\fR and \fB\-\-filter\fR. For example,
\fB\-\-flatten=abc.def\fR flattens \fBabc.def[].ghi\fR references to
\fBabc.def.ghi\fR. A resource record containing \fBabc.def[]\fR with N elements
will expand to N records in the flattened output. This allows us to specify what
\f5resource\-key\fR the \f5filter\fR will operate on. This flag interacts with
other flags that are applied in this order: \fB\-\-flatten\fR,
\fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.
.TP 2m
\fB\-\-format\fR=\fIFORMAT\fR
Sets the format for printing command output resources. The default is a
command\-specific human\-friendly output format. If both \f5core/format\fR and
\f5\-\-format\fR are specified, \f5\-\-format\fR takes precedence.
\f5\-\-format\fR and \f5core/format\fR both take precedence over
\f5core/default_format\fR. The supported formats are limited to: \f5config\fR,
\f5csv\fR, \f5default\fR, \f5diff\fR, \f5disable\fR, \f5flattened\fR, \f5get\fR,
\f5json\fR, \f5list\fR, \f5multi\fR, \f5none\fR, \f5object\fR, \f5table\fR,
\f5text\fR, \f5value\fR, \f5yaml\fR. For more details run $ gcloud topic
formats. Run \f5$ gcloud config set \-\-help\fR to see more information about
\f5core/format\fR
.TP 2m
\fB\-\-help\fR
Display detailed help.
.TP 2m
\fB\-\-project\fR=\fIPROJECT_ID\fR
The Google Cloud project ID to use for this invocation. If omitted, then the
current project is assumed; the current project can be listed using \f5gcloud
config list \-\-format='text(core.project)'\fR and can be set using \f5gcloud
config set project PROJECTID\fR.
\f5\-\-project\fR and its fallback \f5core/project\fR property play two roles in
the invocation. It specifies the project of the resource to operate on. It also
specifies the project for API enablement check, quota, and billing. To specify a
different project for quota and billing, use \f5\-\-billing\-project\fR or
\f5billing/quota_project\fR property.
.TP 2m
\fB\-\-quiet\fR, \fB\-q\fR
Disable all interactive prompts when running \f5gcloud\fR commands. If input is
required, defaults will be used, or an error will be raised.
Overrides the default core/disable_prompts property value for this command
invocation. This is equivalent to setting the environment variable
\f5CLOUDSDK_CORE_DISABLE_PROMPTS\fR to 1.
.TP 2m
\fB\-\-verbosity\fR=\fIVERBOSITY\fR; default="warning"
Override the default verbosity for this command. Overrides the default
\fBcore/verbosity\fR property value for this command invocation. \fIVERBOSITY\fR
must be one of: \fBdebug\fR, \fBinfo\fR, \fBwarning\fR, \fBerror\fR,
\fBcritical\fR, \fBnone\fR.
.TP 2m
\fB\-\-version\fR, \fB\-v\fR
Print version information and exit. This flag is only available at the global
level.
.TP 2m
\fB\-h\fR
Print a summary help and exit.
.RE
.sp
.SH "OTHER FLAGS"
.RS 2m
.TP 2m
\fB\-\-access\-token\-file\fR=\fIACCESS_TOKEN_FILE\fR
A file path to read the access token. Use this flag to authenticate \f5gcloud\fR
with an access token. The credentials of the active account (if exists) will be
ignored. The file should only contain an access token with no other information.
Overrides the default \fBauth/access_token_file\fR property value for this
command invocation.
.TP 2m
\fB\-\-impersonate\-service\-account\fR=\fISERVICE_ACCOUNT_EMAILS\fR
For this \f5gcloud\fR invocation, all API requests will be made as the given
service account or target service account in an impersonation delegation chain
instead of the currently selected account. You can specify either a single
service account as the impersonator, or a comma\-separated list of service
accounts to create an impersonation delegation chain. The impersonation is done
without needing to create, download, and activate a key for the service account
or accounts.
In order to make API requests as a service account, your currently selected
account must have an IAM role that includes the
\f5iam.serviceAccounts.getAccessToken\fR permission for the service account or
accounts.
The \f5roles/iam.serviceAccountTokenCreator\fR role has the
\f5iam.serviceAccounts.getAccessToken permission\fR. You can also create a
custom role.
You can specify a list of service accounts, separated with commas. This creates
an impersonation delegation chain in which each service account delegates its
permissions to the next service account in the chain. Each service account in
the list must have the \f5roles/iam.serviceAccountTokenCreator\fR role on the
next service account in the list. For example, when
\f5\-\-impersonate\-service\-account=\fR
\f5\fISERVICE_ACCOUNT_1\fR\fR,\f5\fISERVICE_ACCOUNT_2\fR\fR, the active account
must have the \f5roles/iam.serviceAccountTokenCreator\fR role on
\f5\fISERVICE_ACCOUNT_1\fR\fR, which must have the
\f5roles/iam.serviceAccountTokenCreator\fR role on
\f5\fISERVICE_ACCOUNT_2\fR\fR. \f5\fISERVICE_ACCOUNT_1\fR\fR is the impersonated
service account and \f5\fISERVICE_ACCOUNT_2\fR\fR is the delegate.
Overrides the default \fBauth/impersonate_service_account\fR property value for
this command invocation.
.TP 2m
\fB\-\-log\-http\fR
Log all HTTP server requests and responses to stderr. Overrides the default
\fBcore/log_http\fR property value for this command invocation.
.TP 2m
\fB\-\-trace\-token\fR=\fITRACE_TOKEN\fR
Token used to route traces of service requests for investigation of issues.
Overrides the default \fBcore/trace_token\fR property value for this command
invocation.
.TP 2m
\fB\-\-user\-output\-enabled\fR
Print user intended output to the console. Overrides the default
\fBcore/user_output_enabled\fR property value for this command invocation. Use
\fB\-\-no\-user\-output\-enabled\fR to disable.
.RE
.sp
.SH "GROUPS"
\f5\fIGROUP\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBaccess\-approval\fR
\fB(BETA)\fR Manage Access Approval requests and settings.
.TP 2m
\fBaccess\-context\-manager\fR
\fB(BETA)\fR Manage Access Context Manager resources.
.TP 2m
\fBactive\-directory\fR
\fB(BETA)\fR Manage Managed Microsoft AD resources.
.TP 2m
\fBai\fR
\fB(BETA)\fR Manage entities in Vertex AI.
.TP 2m
\fBai\-platform\fR
\fB(BETA)\fR Manage AI Platform jobs and models.
.TP 2m
\fBalloydb\fR
\fB(BETA)\fR Create and manage AlloyDB databases.
.TP 2m
\fBanthos\fR
\fB(BETA)\fR Anthos command Group.
.TP 2m
\fBapi\-gateway\fR
\fB(BETA)\fR Manage Cloud API Gateway resources.
.TP 2m
\fBapigee\fR
\fB(BETA)\fR Manage Apigee resources.
.TP 2m
\fBapp\fR
\fB(BETA)\fR Manage your App Engine deployments.
.TP 2m
\fBartifacts\fR
\fB(BETA)\fR Manage Artifact Registry resources.
.TP 2m
\fBasset\fR
\fB(BETA)\fR Manage the Cloud Asset Inventory.
.TP 2m
\fBassured\fR
\fB(BETA)\fR Read and manipulate Assured Workloads data controls.
.TP 2m
\fBauth\fR
\fB(BETA)\fR Manage oauth2 credentials for the Google Cloud CLI.
.TP 2m
\fBbackup\-dr\fR
\fB(BETA)\fR Manage Backup and DR resources.
.TP 2m
\fBbatch\fR
\fB(BETA)\fR Manage Batch resources.
.TP 2m
\fBbeyondcorp\fR
\fB(BETA)\fR Manage secure access to applications with integrated threat and
data protection.
.TP 2m
\fBbigtable\fR
\fB(BETA)\fR Manage your Cloud Bigtable storage.
.TP 2m
\fBbilling\fR
\fB(BETA)\fR Manage billing accounts and associate them with projects.
.TP 2m
\fBbq\fR
\fB(BETA)\fR Manage Bq resources.
.TP 2m
\fBbuilds\fR
\fB(BETA)\fR Create and manage builds for Google Cloud Build.
.TP 2m
\fBcertificate\-manager\fR
\fB(BETA)\fR Manage SSL certificates for your Google Cloud projects.
.TP 2m
\fBcloud\-shell\fR
\fB(BETA)\fR Manage Google Cloud Shell.
.TP 2m
\fBcode\fR
\fB(BETA)\fR Create and manage a local development environment for Cloud Run.
.TP 2m
\fBcolab\fR
\fB(BETA)\fR Manage Colab Enterprise resources.
.TP 2m
\fBcomposer\fR
\fB(BETA)\fR Create and manage Cloud Composer Environments.
.TP 2m
\fBcompute\fR
\fB(BETA)\fR Create and manipulate Compute Engine resources.
.TP 2m
\fBconfig\fR
\fB(BETA)\fR View and edit Google Cloud CLI properties.
.TP 2m
\fBcontainer\fR
\fB(BETA)\fR Deploy and manage clusters of machines for running containers.
.TP 2m
\fBdata\-catalog\fR
\fB(BETA)\fR Manage Data Catalog resources.
.TP 2m
\fBdata\-fusion\fR
\fB(BETA)\fR Create and manage Cloud Data Fusion Instances.
.TP 2m
\fBdataflow\fR
\fB(BETA)\fR Manage Google Cloud Dataflow resources.
.TP 2m
\fBdatapipelines\fR
\fB(BETA)\fR Manage Data Pipelines resources.
.TP 2m
\fBdataproc\fR
\fB(BETA)\fR Create and manage Google Cloud Dataproc clusters and jobs.
.TP 2m
\fBdatastore\fR
\fB(BETA)\fR Manage your Cloud Datastore resources.
.TP 2m
\fBdatastream\fR
\fB(BETA)\fR Manage Cloud Datastream resources.
.TP 2m
\fBdeploy\fR
\fB(BETA)\fR Create and manage Cloud Deploy resources.
.TP 2m
\fBdeployment\-manager\fR
\fB(BETA)\fR Manage deployments of cloud resources.
.TP 2m
\fBdeveloper\-connect\fR
\fB(BETA)\fR Manage Developer Connect resources.
.TP 2m
\fBdns\fR
\fB(BETA)\fR Manage your Cloud DNS managed\-zones and record\-sets.
.TP 2m
\fBdomains\fR
\fB(BETA)\fR Manage domains for your Google Cloud projects.
.TP 2m
\fBemulators\fR
\fB(BETA)\fR Set up your local development environment using emulators.
.TP 2m
\fBendpoints\fR
\fB(BETA)\fR Create, enable and manage API services.
.TP 2m
\fBerror\-reporting\fR
\fB(BETA)\fR Manage Stackdriver Error Reporting.
.TP 2m
\fBessential\-contacts\fR
\fB(BETA)\fR Manage Essential Contacts.
.TP 2m
\fBeventarc\fR
\fB(BETA)\fR Manage Eventarc resources.
.TP 2m
\fBfilestore\fR
\fB(BETA)\fR Create and manipulate Filestore resources.
.TP 2m
\fBfirebase\fR
\fB(BETA)\fR Work with Google Firebase.
.TP 2m
\fBfirestore\fR
\fB(BETA)\fR Manage your Cloud Firestore resources.
.TP 2m
\fBfunctions\fR
\fB(BETA)\fR Manage Google Cloud Functions.
.TP 2m
\fBhealthcare\fR
\fB(BETA)\fR Manage Cloud Healthcare resources.
.TP 2m
\fBiam\fR
\fB(BETA)\fR Manage IAM service accounts and keys.
.TP 2m
\fBiap\fR
\fB(BETA)\fR Manage IAP policies.
.TP 2m
\fBidentity\fR
\fB(BETA)\fR Manage Cloud Identity Groups and Memberships resources.
.TP 2m
\fBids\fR
\fB(BETA)\fR Manage Cloud IDS.
.TP 2m
\fBkms\fR
\fB(BETA)\fR Manage cryptographic keys in the cloud.
.TP 2m
\fBlifesciences\fR
\fB(BETA)\fR Manage Cloud Life Sciences resources.
.TP 2m
\fBlogging\fR
\fB(BETA)\fR Manage Cloud Logging.
.TP 2m
\fBmanaged\-kafka\fR
\fB(BETA)\fR Administer Managed Service for Apache Kafka clusters, topics, and
consumer groups.
.TP 2m
\fBmemcache\fR
\fB(BETA)\fR Manage Cloud Memorystore Memcached resources.
.TP 2m
\fBmemorystore\fR
\fB(BETA)\fR Manage Memorystore resources.
.TP 2m
\fBmetastore\fR
\fB(BETA)\fR Manage Dataproc Metastore resources.
.TP 2m
\fBml\fR
\fB(BETA)\fR Use Google Cloud machine learning capabilities.
.TP 2m
\fBmodel\-armor\fR
\fB(BETA)\fR Model Armor is a service offering LLM\-agnostic security and AI
safety measures to mitigate risks associated with large language models (LLMs).
.TP 2m
\fBmonitoring\fR
\fB(BETA)\fR Manage Cloud Monitoring dashboards and notification channels.
.TP 2m
\fBnetapp\fR
\fB(BETA)\fR Create and manipulate Cloud NetApp Files resources.
.TP 2m
\fBnetwork\-connectivity\fR
\fB(BETA)\fR Manage Network Connectivity resources.
.TP 2m
\fBnetwork\-management\fR
\fB(BETA)\fR Manage Network Management resources.
.TP 2m
\fBnetwork\-security\fR
\fB(BETA)\fR Manage Network Security resources.
.TP 2m
\fBnetwork\-services\fR
\fB(BETA)\fR Manage Network Services resources.
.TP 2m
\fBnotebooks\fR
\fB(BETA)\fR \fB(DEPRECATED)\fR Notebooks Command Group.
.TP 2m
\fBorganizations\fR
\fB(BETA)\fR Create and manage Google Cloud Platform Organizations.
.TP 2m
\fBpam\fR
\fB(BETA)\fR Manage Privileged Access Manager (PAM) entitlements and grants.
.TP 2m
\fBpolicy\-intelligence\fR
\fB(BETA)\fR A platform to help better understand, use, and manage policies at
scale.
.TP 2m
\fBpolicy\-troubleshoot\fR
\fB(BETA)\fR Troubleshoot Google Cloud Platform policies.
.TP 2m
\fBprojects\fR
\fB(BETA)\fR Create and manage project access policies.
.TP 2m
\fBpublicca\fR
\fB(BETA)\fR Manage accounts for Google Trust Services' Certificate Authority.
.TP 2m
\fBpubsub\fR
\fB(BETA)\fR Manage Cloud Pub/Sub topics, subscriptions, and snapshots.
.TP 2m
\fBquotas\fR
\fB(BETA)\fR Manage Cloud Quotas quota info, quota preferences and quota
adjuster settings.
.TP 2m
\fBrecommender\fR
\fB(BETA)\fR Manage Cloud recommendations and recommendation rules.
.TP 2m
\fBredis\fR
\fB(BETA)\fR Manage Cloud Memorystore Redis resources.
.TP 2m
\fBresource\-config\fR
\fB(BETA)\fR Commands for declarative management of Google Cloud Platform
resources.
.TP 2m
\fBresource\-manager\fR
\fB(BETA)\fR Manage Cloud Resources.
.TP 2m
\fBrun\fR
\fB(BETA)\fR Manage your Cloud Run applications.
.TP 2m
\fBruntime\-config\fR
\fB(BETA)\fR Manage runtime configuration resources.
.TP 2m
\fBsaas\-runtime\fR
\fB(BETA)\fR Commands for SaaS Runtime.
.TP 2m
\fBscc\fR
\fB(BETA)\fR Manage Cloud SCC resources.
.TP 2m
\fBscheduler\fR
\fB(BETA)\fR Manage Cloud Scheduler jobs and schedules.
.TP 2m
\fBsecrets\fR
\fB(BETA)\fR Manage secrets on Google Cloud.
.TP 2m
\fBservice\-directory\fR
\fB(BETA)\fR Command groups for Service Directory.
.TP 2m
\fBservice\-extensions\fR
\fB(BETA)\fR Manage Service Extensions resources.
.TP 2m
\fBservices\fR
\fB(BETA)\fR List, enable and disable APIs and services.
.TP 2m
\fBsource\fR
\fB(BETA)\fR Cloud git repository commands.
.TP 2m
\fBsource\-manager\fR
\fB(BETA)\fR Manage Secure Source Manager resources.
.TP 2m
\fBspanner\fR
\fB(BETA)\fR Command groups for Cloud Spanner.
.TP 2m
\fBsql\fR
\fB(BETA)\fR Create and manage Google Cloud SQL databases.
.TP 2m
\fBtasks\fR
\fB(BETA)\fR Manage Cloud Tasks queues and tasks.
.TP 2m
\fBterraform\fR
\fB(BETA)\fR Commands related to Terraform management of Google Cloud Platform
resources.
.TP 2m
\fBtopic\fR
\fB(BETA)\fR gcloud supplementary help.
.TP 2m
\fBworkbench\fR
\fB(BETA)\fR Workbench Command Group.
.TP 2m
\fBworkflows\fR
\fB(BETA)\fR Manage your Cloud Workflows resources.
.TP 2m
\fBworkstations\fR
\fB(BETA)\fR Manage Cloud Workstations resources.
.RE
.sp
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBhelp\fR
\fB(BETA)\fR Search gcloud help text.
.TP 2m
\fBinit\fR
\fB(BETA)\fR Initialize or reinitialize gcloud.
.TP 2m
\fBinteractive\fR
\fB(BETA)\fR Start the gcloud interactive shell.
.TP 2m
\fBsurvey\fR
\fB(BETA)\fR Invoke a customer satisfaction survey for Google Cloud CLI.
.RE
.sp
.SH "NOTES"
This command is currently in beta and might change without notice.