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 c9fe745 commit c8e2252Copy full SHA for c8e2252
commands/init.go
@@ -131,7 +131,6 @@ func runInitCommand(
131
fmt.Fprintln(stderr, color.CyanString("Creating %s configuration", cnf.Service.Name))
132
fmt.Fprintln(stderr)
133
134
- // TODO this probably needs to accommodate --yes? or maybe that's already done in root.go
135
var isInteractive = !viper.GetBool("no-interaction")
136
137
debugLog("Checking selected organization")
0 commit comments