mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
49 lines
922 B
Text
49 lines
922 B
Text
NAME
|
|
gcloud game servers deployments - deploy and manage Cloud Game Server
|
|
Deployments
|
|
|
|
SYNOPSIS
|
|
gcloud game servers deployments COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Deploy and manage Cloud Game Server Deployments.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a Deployment.
|
|
|
|
delete
|
|
Delete a Deployment.
|
|
|
|
describe
|
|
Describe a Deployment.
|
|
|
|
describe-rollout
|
|
Describe a Rollout.
|
|
|
|
fetch-state
|
|
Fetches the state of a Deployment.
|
|
|
|
list
|
|
List Deployments.
|
|
|
|
update
|
|
Update a Deployment.
|
|
|
|
update-rollout
|
|
Update a Deployment Rollout.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha game servers deployments
|
|
|
|
$ gcloud beta game servers deployments
|
|
|