Skip to content

Commit 16c7d97

Browse files
Removed beta warning from auth command (#299)
* feature-b(#7155): Removed beta auth message --------- Signed-off-by: Biswajit Patra <[email protected]>
1 parent 1c75d14 commit 16c7d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/auth/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func NewAuthCmd(authenticator auth.IAuthenticator) *cobra.Command {
1313
cmd := &cobra.Command{
1414
Use: "auth",
1515
Short: "Debricked authentication.",
16-
Long: `Debricked service authentication. Currently in beta and will most likely not work as expected`,
16+
Long: `Debricked service authentication.`,
1717
PreRun: func(cmd *cobra.Command, _ []string) {
1818
_ = viper.BindPFlags(cmd.Flags())
1919
},

0 commit comments

Comments
 (0)