gcloud apigee - manage Apigee resources
gcloud apigee GROUP [GCLOUD_WIDE_FLAG ...]
Manage Apigee resources.
To list API proxies in the active Cloud Platform project, run:
$ gcloud apigee apis list
To deploy an API proxy named hello-world to the test environment, run:
$ gcloud apigee apis deploy --environment=test --api=hello-world
To get the status of that deployment, run:
$ gcloud apigee deployments describe --environment=test \ --api=hello-world
To undeploy that API proxy, run:
$ gcloud 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
Manage Apigee API proxies.
- applications
Manage third-party applications which call Apigee API proxies.
- deployments
Manage deployments of Apigee API proxies in runtime environments.
- developers
Manage Apigee developers.
- environments
Manage Apigee environments.
- organizations
Manage Apigee organizations.
- products
Manage Apigee API products.
These variants are also available:
$ gcloud alpha apigee
$ gcloud beta apigee