mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
52 lines
1.2 KiB
Text
52 lines
1.2 KiB
Text
NAME
|
|
gcloud beta app services - view and manage your App Engine services
|
|
|
|
SYNOPSIS
|
|
gcloud beta app services COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This set of commands can be used to view and manage your existing
|
|
App Engine services.
|
|
|
|
To create new deployments, use gcloud beta app deploy.
|
|
|
|
For more information on App Engine services, see:
|
|
https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine
|
|
|
|
EXAMPLES
|
|
To list your deployed services, run:
|
|
|
|
$ gcloud beta app services list
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
browse
|
|
(BETA) Open the specified service(s) in a browser.
|
|
|
|
delete
|
|
(BETA) Delete services in the current project.
|
|
|
|
describe
|
|
(BETA) Display all data about an existing service.
|
|
|
|
list
|
|
(BETA) List your existing services.
|
|
|
|
set-traffic
|
|
(BETA) Set traffic splitting settings.
|
|
|
|
update
|
|
(BETA) Update service-level settings.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud app services
|
|
|