gcloud workspace-add-ons deployments replace - replace a Google Workspace Add-ons deployment
gcloud workspace-add-ons deployments replace DEPLOYMENT (--deployment-file=DEPLOYMENT_FILE | --deployment-object=DEPLOYMENT_OBJECT) [--etag=ETAG] [GCLOUD_WIDE_FLAG ...]
Replace a Google Workspace Add-ons deployment
To replace an deployment called my-deployment with the deployment file, run:
$ gcloud workspace-add-ons deployments replace my-deployment \ --deployment-file=my-deployment.json
To replace an deployment called my-deployment with the deployment object, run:
$ gcloud workspace-add-ons deployments replace my-deployment \ --deployment-object=my-deployment-string
- Deployment resource - Google Workspace Add-ons deployment to replace This
represents a Cloud resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways. To set the project attribute:
- —
provide the argument deployment on the command line with a fully specified name;
- —
set the property core/project;
- —
provide the argument --project on the command line.
This must be specified.
- DEPLOYMENT
ID of the deployment or fully qualified identifier for the deployment. To set the deployment attribute:
provide the argument deployment on the command line.
- Exactly one of these must be specified:
- --deployment-file=DEPLOYMENT_FILE
path to the deployment file
- --deployment-object=DEPLOYMENT_OBJECT
json string of the deploymentObject
- --etag=ETAG
etag of the deployment file
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
This command uses the gsuiteaddons/v1 API. The full documentation for this API can be found at: https://developers.google.com/workspace/add-ons/guides/alternate-runtimes