Skip to content

Commit

Permalink
Enable SSO login cmd (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Aug 9, 2023
1 parent e49e216 commit 07c7cc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/general/login/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package login
var Usage = []string{"login"}

func GetDescription() string {
return "Log in to a JFrog Platform via your web browser. Available for Artifactory 7.63.1 and above"
return "Log in to a JFrog Platform via your web browser. Available for Artifactory 7.64.0 and above"
}
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 07c7cc7

Please sign in to comment.