gcloud beta apigee organizations - manage Apigee organizations
gcloud beta apigee organizations COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) Manage Apigee organizations.
gcloud beta apigee organizations contains commands for managing Apigee organizations, the highest-level grouping of Apigee objects. All API proxies, environments, and so forth each belong to one organization.
Apigee organizations are distinct from Cloud Platform organizations, being more similar to Cloud Platform projects in scope and purpose.
To list all accessible organizations and their associated Cloud Platform projects, run:
$ gcloud beta apigee organizations list
To get a JSON array of all organizations whose Cloud Platform project names contain the word sandbox, run:
$ gcloud beta apigee organizations list --format=json \ --filter="project:(sandbox)"
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- list
(BETA) List Apigee organizations and their paired Cloud Platform projects.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud apigee organizations
$ gcloud alpha apigee organizations