From 110a1bc0060848783f30a6485b50572fe1a888a4 Mon Sep 17 00:00:00 2001 From: jonnadebricked Date: Thu, 7 Sep 2023 15:21:10 +0200 Subject: [PATCH] update link to full cli documentation in debricked portal --- internal/cmd/root/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/root/root.go b/internal/cmd/root/root.go index 259e90da..0d6e71d8 100644 --- a/internal/cmd/root/root.go +++ b/internal/cmd/root/root.go @@ -19,7 +19,7 @@ func NewRootCmd(version string, container *wire.CliContainer) *cobra.Command { Use: "debricked", Short: "Debricked CLI - Keep track of your dependencies!", Long: `A fast and flexible software composition analysis CLI tool, given to you by Debricked. -Complete documentation is available at https://debricked.com/docs/integrations/cli.html#debricked-cli`, +Complete documentation is available at https://portal.debricked.com/debricked-cli-63/debricked-cli-documentation-298`, PreRun: func(cmd *cobra.Command, _ []string) { _ = viper.BindPFlags(cmd.PersistentFlags()) },