Skip to content

Commit

Permalink
update link to full cli documentation in debricked portal
Browse files Browse the repository at this point in the history
  • Loading branch information
jonna-debricked committed Sep 7, 2023
1 parent aaee4b2 commit 110a1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
},
Expand Down

0 comments on commit 110a1bc

Please sign in to comment.