Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9410237

Browse files
authored
chore: un-hide autostart and autostop commands (#1418)
1 parent b2760b1 commit 9410237

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cli/autostart.go

-1
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

-1
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)