Skip to content

Commit

Permalink
docs: edit cobra command for netfetch #patch
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed Jun 23, 2024
1 parent 0642413 commit 54eb9ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ var Version string
var rootCmd = &cobra.Command{
Use: "netfetch",
Short: "Netfetch is a CLI tool for scanning Kubernetes clusters for network policies",
Long: `Netfetch is a CLI tool that scans Kubernetes clusters for network policies
and evaluates them against best practices. It helps in ensuring that your
cluster's network configurations adhere to security standards.
`,
Long: `Netfetch is a CLI tool for scanning clusters for network policies and identifying unprotected workloads.`,
}

var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 54eb9ac

Please sign in to comment.