1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/apigee/organizations/help
2022-03-01 04:29:52 +00:00

46 lines
1.3 KiB
Text

NAME
gcloud apigee organizations - manage Apigee organizations
SYNOPSIS
gcloud apigee organizations COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Manage Apigee organizations.
gcloud 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.
EXAMPLES
To list all accessible organizations and their associated Cloud Platform
projects, run:
$ gcloud apigee organizations list
To get a JSON array of all organizations whose Cloud Platform project names
contain the word sandbox, run:
$ gcloud apigee organizations list --format=json \
--filter="project:(sandbox)"
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
list
List Apigee organizations and their paired Cloud Platform projects.
NOTES
These variants are also available:
$ gcloud alpha apigee organizations
$ gcloud beta apigee organizations