mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
|
|
NAME
|
||
|
|
gcloud alpha stacks - view and manage your Stacks resources
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha stacks GROUP | COMMAND [--region=REGION]
|
||
|
|
[GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) This set of commands can be used to view and manage your Stacks
|
||
|
|
resources.
|
||
|
|
|
||
|
|
EXAMPLES
|
||
|
|
To deploy your existing Stacks resources, run:
|
||
|
|
|
||
|
|
$ gcloud alpha stacks deploy stacks.yaml
|
||
|
|
|
||
|
|
FLAGS
|
||
|
|
--region=REGION
|
||
|
|
Region in which the resource can be found. Alternatively, set the
|
||
|
|
property [run/region].
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
GROUPS
|
||
|
|
GROUP is one of the following:
|
||
|
|
|
||
|
|
resources
|
||
|
|
(ALPHA) Stacks resources command group.
|
||
|
|
|
||
|
|
types
|
||
|
|
(ALPHA) View available Stacks Types.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
deploy
|
||
|
|
(ALPHA) Create or replace an application from a YAML specification.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in alpha and might change without notice. If this
|
||
|
|
command fails with API permission errors despite specifying the correct
|
||
|
|
project, you might be trying to access an API with an invitation-only early
|
||
|
|
access allowlist.
|
||
|
|
|