mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
36 lines
741 B
Text
36 lines
741 B
Text
NAME
|
|
gcloud builds repositories - manage repositories for Google Cloud Build
|
|
|
|
SYNOPSIS
|
|
gcloud builds repositories COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage repositories for Google Cloud Build.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a Cloud Build repository.
|
|
|
|
delete
|
|
Delete a Cloud Build Repository.
|
|
|
|
describe
|
|
Describe a Cloud Build Repository.
|
|
|
|
list
|
|
List all Cloud Build repositories in a connection.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha builds repositories
|
|
|
|
$ gcloud beta builds repositories
|
|
|