gcloud_beta_app_migrate-config (1)
NAME
- gcloud beta app migrate-config - convert configuration files from one format to another
SYNOPSIS
-
gcloud beta app migrate-config COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Automated one-time migration tooling for helping with transition
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:
-
- cron-xml-to-yaml
-
(BETA) Translates a cron.xml into cron.yaml.
- datastore-indexes-xml-to-yaml
-
(BETA) Translates a datastore-indexes.xml into index.yaml.
- dispatch-xml-to-yaml
-
(BETA) Translates a dispatch.xml into dispatch.yaml.
- queue-xml-to-yaml
-
(BETA) Translates a queue.xml into queue.yaml.
EXAMPLES
To convert a cron.xml to cron.yaml, run:
-
$ gcloud beta app migrate-config cron-xml-to-yaml \
my/app/WEB-INF/cron.xml
NOTES
This command is currently in BETA and may change without notice.