mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27:05 +00:00
27 lines
793 B
Text
27 lines
793 B
Text
NAME
|
|
gcloud apphub service-projects detach - detach an Apphub service project
|
|
|
|
SYNOPSIS
|
|
gcloud apphub service-projects detach [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Detach an Apphub service project.
|
|
|
|
EXAMPLES
|
|
To detach the service project my-service-project, run:
|
|
|
|
$ gcloud apphub service-projects detach --project=my-service-project
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha apphub service-projects detach
|
|
|