HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/396/help/man/man1/gcloud_beta_app_migrate-config.1
.TH "GCLOUD_BETA_APP_MIGRATE\-CONFIG" 1



.SH "NAME"
.HP
gcloud beta app migrate\-config \- convert configuration files from one format to another



.SH "SYNOPSIS"
.HP
\f5gcloud beta app migrate\-config\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

\fB(BETA)\fR 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.



.SH "EXAMPLES"

To convert a cron.xml to cron.yaml, run:

.RS 2m
$ gcloud beta app migrate\-config cron\-xml\-to\-yaml \e
    my/app/WEB\-INF/cron.xml
.RE



.SH "GCLOUD WIDE FLAGS"

These flags are available to all commands: \-\-help.

Run \fB$ gcloud help\fR for details.



.SH "COMMANDS"

\f5\fICOMMAND\fR\fR is one of the following:

.RS 2m
.TP 2m
\fBcron\-xml\-to\-yaml\fR

\fB(BETA)\fR Translates a cron.xml into cron.yaml.

.TP 2m
\fBdatastore\-indexes\-xml\-to\-yaml\fR

\fB(BETA)\fR Translates a datastore\-indexes.xml into index.yaml.

.TP 2m
\fBdispatch\-xml\-to\-yaml\fR

\fB(BETA)\fR Translates a dispatch.xml into dispatch.yaml.

.TP 2m
\fBqueue\-xml\-to\-yaml\fR

\fB(BETA)\fR Translates a queue.xml into queue.yaml.


.RE
.sp

.SH "NOTES"

This command is currently in beta and might change without notice.