mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
NAME
|
|
gcloud builds describe - get information about a particular build
|
|
|
|
SYNOPSIS
|
|
gcloud builds describe BUILD [--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Get information about a particular build.
|
|
|
|
EXAMPLES
|
|
To describe a build 123-456-789:
|
|
|
|
$ gcloud builds describe '123-456-789'
|
|
|
|
POSITIONAL ARGUMENTS
|
|
BUILD
|
|
The build to describe. The ID of the build is printed at the end of the
|
|
build submission process, or in the ID column when listing builds.
|
|
|
|
FLAGS
|
|
--region=REGION
|
|
The region of the Cloud Build Service to use. Must be set to a
|
|
supported region name (e.g. us-central1). If unset, the global service
|
|
region is used.
|
|
|
|
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
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha builds describe
|
|
|
|
$ gcloud beta builds describe
|
|
|