gcloud_beta_app_versions (1)
NAME
- gcloud beta app versions - view and manage your App Engine versions
SYNOPSIS
-
gcloud beta app versions COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This set of commands can be used to view and manage your existing
To create new deployments, use gcloud beta app deploy.
For more information on App Engine versions, 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
-
(BETA) Open the specified versions in a browser.
- delete
-
(BETA) Delete a specified version.
- describe
-
(BETA) Display all data about an existing version.
- list
-
(BETA) List your existing versions.
- migrate
-
(BETA) Migrate traffic from one version to another for a set of services.
- start
-
(BETA) Start serving specified versions.
- stop
-
(BETA) Stop serving specified versions.
EXAMPLES
To list your deployed versions, run:
- $ gcloud beta app versions list
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud app versions