gcloud beta app migrate-config - convert configuration files from one format to another
gcloud beta app migrate-config COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) Automated one-time migration tooling for helping with transition of configuration from one state to another. Currently exclusively provides commands for converting datastore-indexes.xml, queue.xml, cron.xml and dispatch.xml to their yaml counterparts.
To convert a cron.xml to cron.yaml, run:
$ gcloud beta app migrate-config cron-xml-to-yaml \ my/app/WEB-INF/cron.xml
These flags are available to all commands: --help.
Run $ gcloud help for details.
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.
This command is currently in beta and might change without notice.