Skip to content

Commit

Permalink
Merge pull request #158 from deggja/feat/release
Browse files Browse the repository at this point in the history
docs: edit cobra command for netfetch #patch
  • Loading branch information
deggja authored Jun 23, 2024
2 parents 0642413 + 54eb9ac commit 2f34050
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 2f34050

Please sign in to comment.