mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
feat: add 'secrets' command to root
This commit is contained in:
parent
22af66f95c
commit
51ff7b098c
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