Skip to content

Commit

Permalink
fix: add create
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Aug 4, 2020
1 parent a8a4e70 commit bdda9a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package cmd
import (
"github.com/jenkins-x/jx-helpers/pkg/cobras"
"github.com/jenkins-x/jx-logging/pkg/log"
"github.com/jenkins-x/jx-test/pkg/cmd/create"
"github.com/jenkins-x/jx-test/pkg/cmd/gc"
"github.com/jenkins-x/jx-test/pkg/cmd/version"
"github.com/jenkins-x/jx-test/pkg/root"
Expand All @@ -21,6 +22,7 @@ func Main() *cobra.Command {
}
},
}
cmd.AddCommand(cobras.SplitCommand(create.NewCmdCreate()))
cmd.AddCommand(cobras.SplitCommand(gc.NewCmdGC()))
cmd.AddCommand(cobras.SplitCommand(version.NewCmdVersion()))
return cmd
Expand Down

0 comments on commit bdda9a6

Please sign in to comment.