mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
reset cmd also delete secret backups
This commit is contained in:
@@ -36,6 +36,9 @@ var resetCmd = &cobra.Command{
|
||||
|
||||
keyringInstance.Remove(util.KEYRING_SERVICE_NAME)
|
||||
|
||||
// delete secrets backup
|
||||
util.DeleteBackupSecrets()
|
||||
|
||||
util.PrintSuccessMessage("Reset successful")
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user