Skip to content

Commit

Permalink
feat: add apply command on cmd root
Browse files Browse the repository at this point in the history
  • Loading branch information
deryrahman committed May 20, 2024
1 parent 0975008 commit 11ecb92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"github.com/goto/salt/cmdx"
cli "github.com/spf13/cobra"

"github.com/goto/optimus/client/cmd/apply"
"github.com/goto/optimus/client/cmd/backup"
"github.com/goto/optimus/client/cmd/extension"
"github.com/goto/optimus/client/cmd/initialize"
Expand Down Expand Up @@ -68,6 +69,7 @@ func New() *cli.Command {
playground.NewPlaygroundCommand(),
scheduler.NewSchedulerCommand(),
replay.NewReplayCommand(),
apply.NewApplyCommand(),

// Will decide later, to add it server side or not
plugin.NewPluginCommand(),
Expand Down

0 comments on commit 11ecb92

Please sign in to comment.