We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcef78 commit e01449fCopy full SHA for e01449f
1 file changed
internal/commands/root.go
@@ -128,7 +128,6 @@ func NewAstCLI(
128
}
129
if cmd.Flags().Changed(params.AstAPIKeyFlag) {
130
viper.Set(params.AccessKeyIDConfigKey, "")
131
- viper.Set(params.AccessKeySecretConfigKey, "")
132
133
// Need to check the __complete command to allow correct behavior of the autocomplete
134
if len(args) > 0 && cmd.Name() != params.Help && cmd.Name() != "__complete" {
0 commit comments