A tabela a seguir mostra os equivalentes na linha de comando gcloud
a alguns comandos AppCfg
mais usados:
Comando appcfg |
Linha de comando gcloud |
---|---|
appcfg migrate_traffic Aceita apenas 100% de migração. |
gcloud app services set-traffic |
appcfg update_cron |
gcloud app deploy cron.yaml |
appcfg update_dispatch |
gcloud app deploy dispatch.yaml |
appcfg update_dos |
gcloud app deploy dos.yaml |
appcfg update_queues |
gcloud app deploy queues.yaml |
appcfg update_indexes |
gcloud app deploy indexes.yaml ou gcloud datastore create-indexes |
appcfg vacuum_indexes |
gcloud datastore cleanup-indexes |
appcfg start_module_version |
gcloud app versions start |
appcfg stop_module_version |
gcloud app versions stop |