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
$ gp timeout set --help
Set timeout of current workspace.
Duration must be in the format of <n>m (minutes), <n>h (hours) and cannot be longer than 24 hours.
For example: 30m or 1h
Usage:
gp timeout set <duration> [flags]
Examples:
gitpod timeout set 1h
Flags:
-h, --help help for set```
Bug description
Recently #15815 got merged which introduces flexible workspace timeout.
But, In
--help
It shows the following (to use2d
which doesn't seem to be working):gitpod/components/gitpod-cli/cmd/timeout-set.go
Lines 23 to 26 in 95996df
Steps to reproduce
Workspace affected
No response
Expected behavior
We Should just limit it to
<n>m
to use standard units - minutes only.Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: