mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: cli: add autostart and autostop commands (#922)
* feat: cli: add autostart and autostop commands * fix: autostart/autostop: add help and usage, hide for now
This commit is contained in:
@ -22,6 +22,8 @@ func workspaces() *cobra.Command {
|
||||
cmd.AddCommand(workspaceStart())
|
||||
cmd.AddCommand(ssh())
|
||||
cmd.AddCommand(workspaceUpdate())
|
||||
cmd.AddCommand(workspaceAutostart())
|
||||
cmd.AddCommand(workspaceAutostop())
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
Reference in New Issue
Block a user