1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/beta/apigee/help
2022-06-02 08:41:25 +00:00

72 lines
1.6 KiB
Text

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 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
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
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.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud apigee
$ gcloud alpha apigee