We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ad6bc commit 90a54e7Copy full SHA for 90a54e7
cli/cdsctl/project_variable.go
@@ -42,8 +42,9 @@ var projectVariableCreateCmd = cli.Command{
42
},
43
Flags: []cli.Flag{
44
{
45
- Name: "stdin",
46
- Type: cli.FlagBool,
+ Name: "stdin",
+ Usage: "read the variable value from stdin",
47
+ Type: cli.FlagBool,
48
49
50
}
@@ -132,8 +133,9 @@ var projectVariableUpdateCmd = cli.Command{
132
133
134
135
136
137
138
139
140
141
0 commit comments