gcloud beta app migrate-config Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud beta app migrate-config - convert configuration files from one format to another
- SYNOPSIS
gcloud beta app migrate-configCOMMAND[GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(BETA)Automated one-time migration tooling for helping withtransition of configuration from one state to another. Currently exclusivelyprovides commands for converting datastore-indexes.xml, queue.xml, cron.xml anddispatch.xml to their yaml counterparts.- EXAMPLES
- To convert a cron.xml to cron.yaml, run:
gcloudbetaappmigrate-configcron-xml-to-yamlmy/app/WEB-INF/cron.xml - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$gcloud helpfor details. - COMMANDS
is one of the following:COMMANDcron-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.
- NOTES
- This command is currently in beta and might change without notice.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.