Skip to content

Commit

Permalink
Merge branch 'dev' into add-jas-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Aug 10, 2023
2 parents 503272b + 07c7cc7 commit c818d7d
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 c818d7d

Please sign in to comment.