mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
refactor: workspace autostop_schedule -> ttl (#1578)
Co-authored-by: G r e y <grey@coder.com>
This commit is contained in:
@ -62,7 +62,6 @@ func Root() *cobra.Command {
|
||||
|
||||
cmd.AddCommand(
|
||||
autostart(),
|
||||
autostop(),
|
||||
configSSH(),
|
||||
create(),
|
||||
delete(),
|
||||
@ -78,6 +77,7 @@ func Root() *cobra.Command {
|
||||
stop(),
|
||||
ssh(),
|
||||
templates(),
|
||||
ttl(),
|
||||
update(),
|
||||
users(),
|
||||
portForward(),
|
||||
|
Reference in New Issue
Block a user