Skip to content

Commit

Permalink
expose instance power commands
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4c6565 committed Jun 29, 2021
1 parent c34e01f commit 11b36ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/ecloud/ecloud_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ func ecloudInstanceRootCmd(f factory.ClientFactory) *cobra.Command {
cmd.AddCommand(ecloudInstanceDeleteCmd(f))
cmd.AddCommand(ecloudInstanceLockCmd(f))
cmd.AddCommand(ecloudInstanceUnlockCmd(f))
cmd.AddCommand(ecloudInstanceStartCmd(f))
cmd.AddCommand(ecloudInstanceStopCmd(f))
cmd.AddCommand(ecloudInstanceRestartCmd(f))

// Child root commands
cmd.AddCommand(ecloudInstanceVolumeRootCmd(f))
Expand Down

0 comments on commit 11b36ab

Please sign in to comment.