Skip to content

Commit

Permalink
chore: clear deprecated kusion compile
Browse files Browse the repository at this point in the history
  • Loading branch information
healthjyk committed Feb 28, 2024
1 parent f988d3e commit bc42b3f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
3 changes: 0 additions & 3 deletions pkg/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import (
cmdinit "kusionstack.io/kusion/pkg/cmd/init"
"kusionstack.io/kusion/pkg/cmd/workspace"

// we need to import compile pkg to keep the compile command available
"kusionstack.io/kusion/pkg/cmd/compile" //nolint:staticcheck
"kusionstack.io/kusion/pkg/cmd/deps"
"kusionstack.io/kusion/pkg/cmd/destroy"
"kusionstack.io/kusion/pkg/cmd/preview"
Expand Down Expand Up @@ -95,7 +93,6 @@ func NewKusionctlCmd(o KusionctlOptions) *cobra.Command {
Commands: []*cobra.Command{
workspace.NewCmd(),
cmdinit.NewCmdInit(),
compile.NewCmdCompile(),
build.NewCmdBuild(),
deps.NewCmdDeps(),
},
Expand Down
30 changes: 0 additions & 30 deletions pkg/cmd/compile/compile.go

This file was deleted.

15 changes: 0 additions & 15 deletions pkg/cmd/compile/compile_test.go

This file was deleted.

0 comments on commit bc42b3f

Please sign in to comment.