From 7c1e6487da98b632aa479e6ff2c7a13726f4f1e1 Mon Sep 17 00:00:00 2001 From: Or Geva Date: Mon, 7 Aug 2023 15:44:01 +0300 Subject: [PATCH] Enable SSO login cmd --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 7f8dcd7b8..7304e0906 100644 --- a/main.go +++ b/main.go @@ -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()...)