You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Specify a duration after which the workspace should shut down (e.g. 8h).",
247
253
Value: clibase.DurationOf(&stopAfter),
248
254
},
255
+
clibase.Option{
256
+
Flag: "activity-bump",
257
+
Description: "Specify a default amount of time to bump the deadline for the workspaces based on workspace activity. By default, activity will extend the deadline for a workspace by the 'stop-after' amount.",
0 commit comments