add secret versioning support
This commit is contained in:
@@ -40,6 +40,7 @@ func newRootCmd() *cobra.Command {
|
||||
cmd.AddCommand(newImportCmd())
|
||||
cmd.AddCommand(newEncryptCmd())
|
||||
cmd.AddCommand(newDecryptCmd())
|
||||
cmd.AddCommand(newVersionCmd())
|
||||
|
||||
secret.Debug("newRootCmd completed")
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user