@@ -22,25 +22,32 @@ Usage:
2222
2323 automation <command> [arguments]
2424
25+
2526The commands are:
2627
28+
2729# generate
2830
2931The generate command triggers a Cloud Build job that runs librarian generate command for every
3032repository onboarded to Librarian generate automation.
3133
3234Usage:
3335
34- automation generate [flags]
36+ automation generate [flags]
3537
3638Flags:
3739
38- -build
39- The _BUILD flag (true/false) to Librarian CLI's -build option
40- -project string
41- Google Cloud Platform project ID (default "cloud-sdk-librarian-prod")
42- -push
43- The _PUSH flag (true/false) to Librarian CLI's -push option
40+ -build
41+ The _BUILD flag (true/false) to Librarian CLI's -build option
42+ -project string
43+ Google Cloud Platform project ID (default "cloud-sdk-librarian-prod")
44+ -push
45+ The _PUSH flag (true/false) to Librarian CLI's -push option
46+
47+
48+
49+
50+
4451
4552# publish-release
4653
@@ -49,12 +56,17 @@ for every repository onboarded to Librarian publish-release automation.
4956
5057Usage:
5158
52- automation publish-release [flags]
59+ automation publish-release [flags]
5360
5461Flags:
5562
56- -project string
57- Google Cloud Platform project ID (default "cloud-sdk-librarian-prod")
63+ -project string
64+ Google Cloud Platform project ID (default "cloud-sdk-librarian-prod")
65+
66+
67+
68+
69+
5870
5971# stage-release
6072
@@ -63,21 +75,32 @@ every repository onboarded to Librarian stage-release automation.
6375
6476Usage:
6577
66- automation stage-release [flags]
78+ automation stage-release [flags]
6779
6880Flags:
6981
70- -project string
71- Google Cloud Platform project ID (default "cloud-sdk-librarian-prod")
72- -push
73- The _PUSH flag (true/false) to Librarian CLI's -push option
82+ -project string
83+ Google Cloud Platform project ID (default "cloud-sdk-librarian-prod")
84+ -push
85+ The _PUSH flag (true/false) to Librarian CLI's -push option
86+
87+
88+
89+
90+
7491
7592# version
7693
7794Version prints version information for the automation binary.
7895
7996Usage:
8097
81- automation version
98+ automation version
99+
100+
101+
102+
82103*/
83104package main
105+
106+
0 commit comments