gcloud beta app

NAME
gcloud beta app - manage your App Engine deployments
SYNOPSIS
gcloud beta appGROUP |COMMAND[GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) The gcloud app command group lets you deploy and manage yourGoogle App Engine apps. These commands replace their equivalents in the appcfgtool.

App Engine is a platform for building scalable web applications and mobilebackends. App Engine provides you with built-in services and APIs such as NoSQLdatastores, memcache, and a user authentication API, common to mostapplications.

More information on App Engine can be found here:https://cloud.google.com/appengineand detailed documentation can be found here:https://cloud.google.com/appengine/docs/

EXAMPLES
To run your app locally in the development application server to simulate yourapplication running in production App Engine with sandbox restrictions andservices provided by App Engine SDK libraries, use thedev_appserver.py command and your app'sapp.yamlconfiguration file to run:
dev_appserver.py~/my_app/app.yaml

For an in-depth look into using the local development server, follow this guide:https://cloud.google.com/appengine/docs/standard/python/tools/using-local-server

To deploy the code and configuration of your app to the App Engine server, run:

gcloudbetaappdeploy~/my_app/app.yaml

To list all versions of all services of your existing deployments, run:

gcloudbetaappversionslist
GCLOUD WIDE FLAGS
These flags are available to all commands:--help.

Run$gcloud help for details.

GROUPS
GROUP is one of the following:
domain-mappings
(BETA) View and manage your App Engine domain mappings.
firewall-rules
(BETA) View and manage your App Engine firewall rules.
instances
(BETA) View and manage your App Engine instances.
logs
(BETA) Manage your App Engine logs.
migrate-config
(BETA) Convert configuration files from one format to another.
operations
(BETA) View and manage your App Engine Operations.
regions
(BETA) View regional availability of App Engine runtimeenvironments.
runtimes
(BETA) List runtimes available to Google App Engine.
services
(BETA) View and manage your App Engine services.
ssl-certificates
(BETA) View and manage your App Engine SSL certificates.
versions
(BETA) View and manage your App Engine versions.
COMMANDS
COMMAND is one of the following:
browse
(BETA) Open the current app in a web browser.
create
(BETA) Create an App Engine app within the current Google CloudProject.
deploy
(BETA) Deploy the local code and/or configuration of your app toApp Engine.
describe
(BETA) Display all data about an existing service using the betaAPI.
gen-config
(BETA)(DEPRECATED) Generate missing configurationfiles for a source directory.
open-console
(BETA) Open the App Engine dashboard, or log viewer, in a webbrowser.
repair
(BETA) Restores required App Engine features to the currentapplication.
update
(BETA) Updates an App Engine application.
NOTES
This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudapp
gcloudalphaapp

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.