-
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] tasks support #7016
Comments
So this will be something like |
It is for terminal users via SSH and for IDEs there we don't provide deep integration yet, i.e. JetBrains products. Generally whatever we have in UI should be reflected in Gitpod CLI as well. In VS Code we already have UI, Gitpod tasks are automatically opened in terminals on workspace startup. |
I agree, I like to do most of my tasks from cli when possible.
Here I was thinking about an UI for the detached background gitpod |
Please don't work on it. This issue is for a candidate. |
@akosyakov I think it would be nice if the |
@axonasif yeah, i remember had same urge sometimes. How would it work? Rerun in the same terminal? Start a new terminal? |
Maybe a flag to specify the behavior? Run it on the caller terminal by default. Similar to |
Oh, I mean I'm not even sure what should be default behaviour :) |
I'm not either, I was trying to compare it with such an existing implementation of another |
@axonasif Could you create a separate issue about restarting a task please? |
Gitpod CLI should provide following commands to access tasks:
gp task list
to list workspace tasks and their statego task attach <id>
to attach to a workspace task by an idIn order to attach we should use supervisor terminal service similar how it is done here but always with resizable and interactive session.
The text was updated successfully, but these errors were encountered: