gcloud beta apigee - manage Apigee resources
gcloud beta apigee GROUP [GCLOUD_WIDE_FLAG ...]
(BETA) Manage Apigee resources.
To list API proxies in the active Cloud Platform project, run:
$ gcloud beta apigee apis list
To deploy an API proxy named hello-world to the test environment, run:
$ 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
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- 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.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud apigee
$ gcloud alpha apigee