fix: delete all secrets if force/noinput
This commit is contained in:
parent
a9b522719f
commit
37a1fcc4af
@ -97,7 +97,7 @@ var appRemoveCommand = cli.Command{
|
||||
}
|
||||
}
|
||||
|
||||
if internal.NoInput {
|
||||
if internal.Force || internal.NoInput {
|
||||
secretNamesToRemove = secretNames
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user