mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
feat: add 'secrets' command to root
This commit is contained in:
parent
73c3323cc8
commit
23bd31a1aa
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ func init() {
|
|||
secretsCmd.AddCommand(secretsRetrieveCmd)
|
||||
secretsCmd.AddCommand(secretsListCmd)
|
||||
|
||||
rootCmd.AddCommand(secretsCmd)
|
||||
|
||||
checkBindFlagError(viper.BindPFlags(secretsCmd.Flags()))
|
||||
checkBindFlagError(viper.BindPFlags(secretsGenerateKeyCmd.Flags()))
|
||||
checkBindFlagError(viper.BindPFlags(secretsStoreCmd.Flags()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue