-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gp-cli] add command to extend workspace timeout #10619
Conversation
4ebac62
to
61eee94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, tested and works as expected! 💯 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works like a charm 🎉
/hold
If you want to change the license header
61eee94
to
b19ad65
Compare
/unhold Thank you folks, super fast 🚀🚀🚀 |
@mustard-mh Don't forget to update docs. |
Doc is ready here https://github.com/gitpod-io/website/pull/2218 |
Description
Support configure workspace timeout with gp-cli
Related Issue(s)
Fixes #10525
How to test
unlimited plan
cd components/gitpod-cli
go run main.go timeout extend
to see if current workspace timeout extended, how to check see image belowfree plan
gp timeout extend
should reply error that plan of prev env not allow timeout extendRelease Notes
Documentation
https://github.com/gitpod-io/website/pull/2218