We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2850ef0 commit 451ece1Copy full SHA for 451ece1
1 file changed
pkg/cmd/alias/alias.go
@@ -20,6 +20,8 @@ func NewCmdAlias(f *cmdutil.Factory) *cobra.Command {
20
`),
21
}
22
23
+ cmdutil.DisableAuthCheck(cmd)
24
+
25
cmd.AddCommand(deleteCmd.NewCmdDelete(f, nil))
26
cmd.AddCommand(listCmd.NewCmdList(f, nil))
27
cmd.AddCommand(setCmd.NewCmdSet(f, nil))
0 commit comments