Skip to content

Commit

Permalink
hidding dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jun 8, 2024
1 parent 62c54ef commit 47cea08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/kubehound/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ var (

var (
envCmd = &cobra.Command{
Use: "dev",
Short: "[devOnly] Spawn the kubehound testing stack",
Long: `[devOnly] Spawn the kubehound dev stack for the system-tests (build from dockerfile)`,
Use: "dev",
Hidden: true,
Short: "[devOnly] Spawn the kubehound testing stack",
Long: `[devOnly] Spawn the kubehound dev stack for the system-tests (build from dockerfile)`,
PersistentPreRunE: func(cobraCmd *cobra.Command, args []string) error {
var err error
Backend, err = docker.NewBackend(cobraCmd.Context(), composePath)
Expand Down

0 comments on commit 47cea08

Please sign in to comment.