Skip to content

Commit

Permalink
fix: remove deploy cmd (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
arinda-arif authored Jan 5, 2023
1 parent 63c8637 commit 8af49e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 474 deletions.
2 changes: 0 additions & 2 deletions client/cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
cli "github.com/spf13/cobra"

"github.com/odpf/optimus/client/cmd/backup"
"github.com/odpf/optimus/client/cmd/deploy"
"github.com/odpf/optimus/client/cmd/extension"
"github.com/odpf/optimus/client/cmd/initialize"
"github.com/odpf/optimus/client/cmd/job"
Expand Down Expand Up @@ -60,7 +59,6 @@ func New() *cli.Command {
// Client related commands
cmd.AddCommand(
backup.NewBackupCommand(),
deploy.NewDeployCommand(),
initialize.NewInitializeCommand(),
job.NewJobCommand(),
namespace.NewNamespaceCommand(),
Expand Down
Loading

0 comments on commit 8af49e5

Please sign in to comment.