- NAME
-
- gcloud alpha apigee archives - manage Apigee archive deployments
- SYNOPSIS
-
-
gcloud alpha apigee archives
COMMAND
[GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(ALPHA)
Manage Apigee archive deployments. - EXAMPLES
-
To deploy a local archive deployment remotely to the management plane in the
environment, run:test
gcloud alpha apigee archives deploy --environment=test
To list all archive deployments in the
environment, run:dev
gcloud alpha apigee archives list --environment=dev
To describe the archive deployment with id
in theabcdef01234
environment of thedemo
Apigee organization, run:my-org
gcloud alpha apigee archives describe abcdef01234 --environment=demo --organization=my-org
To update the labels of the archive deployment with id
in theuvxwzy56789
environment, run:test
gcloud alpha 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
-
is one of the following:COMMAND
- 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. This variant is also available:
gcloud beta apigee archives
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.