mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
60 lines
1.6 KiB
Text
60 lines
1.6 KiB
Text
NAME
|
|
gcloud beta apigee archives - manage Apigee archive deployments
|
|
|
|
SYNOPSIS
|
|
gcloud beta apigee archives COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Apigee archive deployments.
|
|
|
|
EXAMPLES
|
|
To deploy a local archive deployment remotely to the management plane in
|
|
the test environment, run:
|
|
|
|
$ gcloud beta apigee archives deploy --environment=test
|
|
|
|
To list all archive deployments in the dev environment, run:
|
|
|
|
$ gcloud beta apigee archives list --environment=dev
|
|
|
|
To describe the archive deployment with id abcdef01234 in the demo
|
|
environment of the my-org Apigee organization, run:
|
|
|
|
$ gcloud beta apigee archives describe abcdef01234 \
|
|
--environment=demo --organization=my-org
|
|
|
|
To update the labels of the archive deployment with id uvxwzy56789 in the
|
|
test environment, run:
|
|
|
|
$ gcloud beta apigee archives update uvxwzy56789 \
|
|
--environment=demo --update-labels=foo=1,bar=2
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
(BETA) Delete an Apigee archive deployment.
|
|
|
|
deploy
|
|
(BETA) Deploy an Apigee archive deployment to an environment.
|
|
|
|
describe
|
|
(BETA) Describe an Apigee archive deployment.
|
|
|
|
list
|
|
(BETA) List Apigee archive deployments.
|
|
|
|
update
|
|
(BETA) Update an existing Apigee archive deployment.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha apigee archives
|
|
|