Skip to content

Commit e12dd97

Browse files
committed
chore: un-hide autostart and autostop commands
1 parent 64a8b4a commit e12dd97

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cli/autostart.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func autostart() *cobra.Command {
2323
Short: "schedule a workspace to automatically start at a regular time",
2424
Long: autostartDescriptionLong,
2525
Example: "coder autostart enable my-workspace --minute 30 --hour 9 --days 1-5 --tz Europe/Dublin",
26-
Hidden: true,
2726
}
2827

2928
autostartCmd.AddCommand(autostartEnable())

cli/autostop.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ func autostop() *cobra.Command {
2222
Short: "schedule a workspace to automatically stop at a regular time",
2323
Long: autostopDescriptionLong,
2424
Example: "coder autostop enable my-workspace --minute 0 --hour 18 --days 1-5 -tz Europe/Dublin",
25-
Hidden: true,
2625
}
2726

2827
autostopCmd.AddCommand(autostopEnable())

0 commit comments

Comments
 (0)