NAME

gcloud beta app versions migrate - migrate traffic from one version to another for a set of services

SYNOPSIS

gcloud beta app versions migrate VERSION [--service=SERVICE, -s SERVICE] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION

(BETA) Migrate traffic from one version to another for a set of services.

EXAMPLES

This only works for automatically scaled Standard versions. To migrate from one version to another for all services where there is a version v2 and shut down the previous version, run:

$ gcloud beta app versions migrate v2

To migrate from one version to another for a specific service, run:

$ gcloud beta app versions migrate v2 --service="s1"

POSITIONAL ARGUMENTS

VERSION

The version to migrate to.

FLAGS

--service=SERVICE, -s SERVICE

If specified, only migrate versions from the given service.

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 $ gcloud help for details.

NOTES

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

$ gcloud app versions migrate