Skip to content

Commit

Permalink
chore: refactor cli help message
Browse files Browse the repository at this point in the history
  • Loading branch information
pehlicd committed May 11, 2024
1 parent 630d9e2 commit ad9ef7d
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions backend/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,9 @@ 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.
Usage:
netfetch [command]
Available Commands:
scan Scan Kubernetes namespaces for network policies
scan namespace Scan specific namespace in cluster
dash Open interactive dashboard
help Help about any command
Flags:
-h, --help help for netfetch`,
and evaluates them against best practices. It helps in ensuring that your
cluster's network configurations adhere to security standards.
`,
}

var versionCmd = &cobra.Command{
Expand Down

0 comments on commit ad9ef7d

Please sign in to comment.