fix: delete all secrets if force/noinput

This commit is contained in:
2022-03-12 16:01:42 +01:00
parent a9b522719f
commit 37a1fcc4af

View File

@ -97,7 +97,7 @@ var appRemoveCommand = cli.Command{
}
}
if internal.NoInput {
if internal.Force || internal.NoInput {
secretNamesToRemove = secretNames
}