Skip to content

Commit

Permalink
Enable SSO login cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Aug 7, 2023
1 parent e49e216 commit 7c1e648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ func getCommands() []cli.Command {
BashComplete: corecommon.CreateBashCompletionFunc(),
Category: otherCategory,
Action: login.LoginCmd,
Hidden: true, // TODO remove when Artifactory 7.63.1 is released to self-hosted
},
}
allCommands := append(slices.Clone(cliNameSpaces), utils.GetPlugins()...)
Expand Down

0 comments on commit 7c1e648

Please sign in to comment.