- NAME
-
- gcloud beta apigee - manage Apigee resources
- SYNOPSIS
-
-
gcloud beta apigee
GROUP
[GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(BETA)
Manage Apigee resources. - EXAMPLES
-
To list API proxies in the active Cloud Platform project, run:
gcloud beta apigee apis list
To deploy an API proxy named
to thehello-world
environment, run:test
gcloud beta apigee apis deploy --environment=test --api=hello-world
To get the status of that deployment, run:
gcloud beta apigee deployments describe --environment=test --api=hello-world
To undeploy that API proxy, run:
gcloud beta apigee apis undeploy --environment=test --api=hello-world
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--help
.Run
$ gcloud help
for details. - GROUPS
-
is one of the following:GROUP
apis
-
(BETA)
Manage Apigee API proxies. applications
-
(BETA)
Manage third-party applications which call Apigee API proxies. archives
-
(BETA)
Manage Apigee archive deployments. deployments
-
(BETA)
Manage deployments of Apigee API proxies in runtime environments. developers
-
(BETA)
Manage Apigee developers. environments
-
(BETA)
Manage Apigee environments. operations
-
(BETA)
Manage Apigee long running operations. organizations
-
(BETA)
Manage Apigee organizations. products
-
(BETA)
Manage Apigee API products.
- NOTES
-
This command is currently in beta and might change without notice. These
variants are also available:
gcloud apigee
gcloud alpha apigee
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.