gcloud app Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud app - manage your App Engine deployments
- SYNOPSIS
gcloud appGROUP|COMMAND[GCLOUD_WIDE_FLAG …]
- DESCRIPTION
- The gcloud app command group lets you deploy and manage your Google App Engineapps. These commands replace their equivalents in the appcfg tool.
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 the
dev_appserver.pycommand and your app'sapp.yamlconfiguration file to run:dev_appserver.py~/my_app/app.yamlFor 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:
gcloudappdeploy~/my_app/app.yamlTo list all versions of all services of your existing deployments, run:
gcloudappversionslist - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$gcloud helpfor details. - GROUPS
is one of the following:GROUPdomain-mappings- View and manage your App Engine domain mappings.
firewall-rules- View and manage your App Engine firewall rules.
instances- View and manage your App Engine instances.
logs- Manage your App Engine logs.
operations- View and manage your App Engine Operations.
regions- View regional availability of App Engine runtime environments.
runtimes- List runtimes available to Google App Engine.
services- View and manage your App Engine services.
ssl-certificates- View and manage your App Engine SSL certificates.
versions- View and manage your App Engine versions.
- COMMANDS
is one of the following:COMMANDbrowse- Open the current app in a web browser.
create- Create an App Engine app within the current Google Cloud Project.
deploy- Deploy the local code and/or configuration of your app to App Engine.
describe- Display all data about an existing service.
open-console- Open the App Engine dashboard, or log viewer, in a web browser.
update- Updates an App Engine application.
- NOTES
- These variants are also available:
gcloudalphaappgcloudbetaapp
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.