Promote the pinniped login
command out of alpha.
This was hidden behind a `pinniped alpha` hidden subcommand, but we're comfortable enough with the CLI flag interface now to promote it. Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
110c72a5d4
commit
0948457521
@ -17,5 +17,5 @@ var loginCmd = &cobra.Command{
|
|||||||
|
|
||||||
//nolint: gochecknoinits
|
//nolint: gochecknoinits
|
||||||
func init() {
|
func init() {
|
||||||
alphaCmd.AddCommand(loginCmd)
|
rootCmd.AddCommand(loginCmd)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user