missed a disable auth check
This commit is contained in:
parent
2850ef0e17
commit
451ece198b
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ func NewCmdAlias(f *cmdutil.Factory) *cobra.Command {
|
|||
`),
|
||||
}
|
||||
|
||||
cmdutil.DisableAuthCheck(cmd)
|
||||
|
||||
cmd.AddCommand(deleteCmd.NewCmdDelete(f, nil))
|
||||
cmd.AddCommand(listCmd.NewCmdList(f, nil))
|
||||
cmd.AddCommand(setCmd.NewCmdSet(f, nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue