We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b06f0b2 + 35f0c02 commit cc21af8Copy full SHA for cc21af8
1 file changed
cli.go
@@ -44,9 +44,10 @@ func (app *App) NewPlanCommand() *cli.Command {
44
EnvVars: []string{"ECRM_REPOSITORY"},
45
},
46
&cli.StringFlag{
47
- Name: "format",
48
- Value: "table",
49
- Usage: "plan output format (table, json)",
+ Name: "format",
+ Value: "table",
+ Usage: "plan output format (table, json)",
50
+ EnvVars: []string{"ECRM_FORMAT"},
51
52
53
Action: func(c *cli.Context) error {
0 commit comments