File: //snap/google-cloud-cli/394/help/man/man1/gcloud_beta_services_enable.1
.TH "GCLOUD_BETA_SERVICES_ENABLE" 1
.SH "NAME"
.HP
gcloud beta services enable \- enables a service for consumption for a project
.SH "SYNOPSIS"
.HP
\f5gcloud beta services enable\fR [\fISERVICE\fR\ ...] [\fB\-\-async\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR This command enables a service for consumption for a project.
.RS 2m
To see a list of available services for a project, run:
.RE
.RS 2m
$ gcloud beta services list \-\-available
.RE
More information on listing services can be found at:
https://cloud.google.com/service\-usage/docs/list\-services and on disabling a
service at: https://cloud.google.com/service\-usage/docs/enable\-disable
.SH "EXAMPLES"
To enable a service called \f5my\-consumed\-service\fR on the current project,
run:
.RS 2m
$ gcloud beta services enable my\-consumed\-service
.RE
To run the same command asynchronously (non\-blocking), run:
.RS 2m
$ gcloud beta services enable my\-consumed\-service \-\-async
.RE
To enable services called \f5service1\fR, \f5service2\fR, and \f5service3\fR on
the current project, run:
.RS 2m
$ gcloud beta services enable service1 service2 service3
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
[\fISERVICE\fR ...]
The name of the service(s) to enable.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in beta and might change without notice. This variant
is also available:
.RS 2m
$ gcloud services enable
.RE