mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
48 lines
987 B
Text
48 lines
987 B
Text
NAME
|
|
gcloud source repos - manage cloud source repositories
|
|
|
|
SYNOPSIS
|
|
gcloud source repos COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage cloud source repositories.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
clone
|
|
Clone a cloud source repository.
|
|
|
|
create
|
|
Create a cloud source repository.
|
|
|
|
delete
|
|
Delete a cloud source repository.
|
|
|
|
describe
|
|
Describe a cloud source repository.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for the named cloud source repository.
|
|
|
|
list
|
|
List the repositories the currently active project.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for the named repository.
|
|
|
|
update
|
|
Update the configuration of a Cloud Source Repository.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha source repos
|
|
|
|
$ gcloud beta source repos
|
|
|