gcloud_deployment-manager (1)
NAME
- gcloud deployment-manager - manage deployments of cloud resources
SYNOPSIS
-
gcloud deployment-manager GROUP [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Google Cloud Deployment Manager allows you to specify all the resources needed for your application in a declarative format using YAML. You can also use Python or Jinja2 templates to parameterize the configuration and allow reuse of common deployment paradigms such as a load balanced, auto-scaled instance group.
More information on Cloud Deployment Manager can be found here: cloud.google.com/deployment-manager and detailed documentation can be found here: cloud.google.com/deployment-manager/docs
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
-
- deployments
-
Commands for Deployment Manager deployments.
- manifests
-
Commands for Deployment Manager manifests.
- operations
-
Commands for Deployment Manager operations.
- resources
-
Commands for Deployment Manager resources.
- types
-
Commands for Deployment Manager types.
NOTES
These variants are also available:
- $ gcloud alpha deployment-manager $ gcloud beta deployment-manager