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:
Matt Moyer 2020-10-23 14:26:51 -05:00
parent 110c72a5d4
commit 0948457521
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D

View File

@ -17,5 +17,5 @@ var loginCmd = &cobra.Command{
//nolint: gochecknoinits
func init() {
alphaCmd.AddCommand(loginCmd)
rootCmd.AddCommand(loginCmd)
}