gcloud_app_services (1)
NAME
- gcloud app services - view and manage your App Engine services
SYNOPSIS
-
gcloud app services COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
To create new deployments, use gcloud app deploy.
For more information on App Engine services, see: cloud.google.com/appengine/docs/python/an-overview-of-app-engine
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
-
- browse
-
Open the specified service(s) in a browser.
- delete
-
Delete services in the current project.
- describe
-
Display all data about an existing service.
- list
-
List your existing services.
- set-traffic
-
Set traffic splitting settings.
EXAMPLES
To list your deployed services, run:
- $ gcloud app services list
NOTES
This variant is also available:
- $ gcloud beta app services