diff --git a/cli/cli.go b/cli/cli.go index 8bab83c0..39fa34ae 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -21,6 +21,7 @@ func GetJfrogCliSecurityApp() components.App { app.Subcommands = append(app.Subcommands, components.Namespace{ Name: "git", Description: "Git commands.", + Hidden: true, Commands: getGitNameSpaceCommands(), Category: "Command Namespaces", })