mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
31 lines
886 B
Text
31 lines
886 B
Text
|
|
NAME
|
||
|
|
gcloud beta endpoints services describe - describes a service given a
|
||
|
|
service name
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta endpoints services describe SERVICE [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) Describes a service given a service name.
|
||
|
|
|
||
|
|
POSITIONAL ARGUMENTS
|
||
|
|
SERVICE
|
||
|
|
The name of the service to describe.
|
||
|
|
|
||
|
|
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 command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud endpoints services describe
|
||
|
|
|
||
|
|
$ gcloud alpha endpoints services describe
|
||
|
|
|