Skip to content

Commit

Permalink
fix: add the missing keys import command (#2521)
Browse files Browse the repository at this point in the history
Closes: #2520
  • Loading branch information
rivernate committed May 10, 2021
1 parent c463d9f commit c4bc248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func RegisterCommandRecursive(parent *cobra.Command) {
keyCmd.AddCommand(NewKeysCreateCmd())
keyCmd.AddCommand(NewKeysDeleteCmd())
keyCmd.AddCommand(NewKeysGetCmd())
keyCmd.AddCommand(NewKeysImportCmd())

migrateCmd := NewMigrateCmd()
parent.AddCommand(migrateCmd)
Expand Down

0 comments on commit c4bc248

Please sign in to comment.