Skip to content

Commit 24422ca

Browse files
committed
chore(sidekick/rust): Add the RPC sample generation flag
Closes googleapis/google-cloud-rust#2689
1 parent 46a0d29 commit 24422ca

File tree

12 files changed

+338
-222
lines changed

12 files changed

+338
-222
lines changed

cmd/legacyautomation/doc.go

Lines changed: 39 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,32 @@ Usage:
2222
2323
automation <command> [arguments]
2424
25+
2526
The commands are:
2627
28+
2729
# generate
2830
2931
The generate command triggers a Cloud Build job that runs librarian generate command for every
3032
repository onboarded to Librarian generate automation.
3133
3234
Usage:
3335
34-
automation generate [flags]
36+
automation generate [flags]
3537
3638
Flags:
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
5057
Usage:
5158
52-
automation publish-release [flags]
59+
automation publish-release [flags]
5360
5461
Flags:
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
6476
Usage:
6577
66-
automation stage-release [flags]
78+
automation stage-release [flags]
6779
6880
Flags:
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
7794
Version prints version information for the automation binary.
7895
7996
Usage:
8097
81-
automation version
98+
automation version
99+
100+
101+
102+
82103
*/
83104
package main
105+
106+

0 commit comments

Comments
 (0)