Skip to content

Commit

Permalink
Add to root command
Browse files Browse the repository at this point in the history
  • Loading branch information
versilis committed Mar 15, 2023
1 parent 3226cf1 commit 7202b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"github.com/akitasoftware/akita-cli/cmd/internal/daemon"
"github.com/akitasoftware/akita-cli/cmd/internal/ecs"
"github.com/akitasoftware/akita-cli/cmd/internal/get"
"github.com/akitasoftware/akita-cli/cmd/internal/kube"
"github.com/akitasoftware/akita-cli/cmd/internal/learn"
"github.com/akitasoftware/akita-cli/cmd/internal/legacy"
"github.com/akitasoftware/akita-cli/cmd/internal/login"
Expand Down Expand Up @@ -279,6 +280,7 @@ func init() {
rootCmd.AddCommand(ci_guard.GuardCommand(get.Cmd))
rootCmd.AddCommand(ecs.Cmd)
rootCmd.AddCommand(nginx.Cmd)
rootCmd.AddCommand(kube.Cmd)

// Legacy commands, included for backward compatibility but are hidden.
legacy.SessionsCmd.Hidden = true
Expand Down

0 comments on commit 7202b3f

Please sign in to comment.