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 App Engine versions.

To create new deployments, use gcloud beta app deploy.

For more information on App Engine versions, see: https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine

EXAMPLES

To list your deployed versions, run:

$ gcloud beta app versions 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 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.

NOTES

This command is currently in beta and might change without notice. This variant is also available:

$ gcloud app versions