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
Is your feature request related to a problem? Please describe
Currently its very difficult to rerun a task, or test a task, when building out a .gitpod.yml
Describe the behaviour you'd like
the ability to use the gitpod command line to call specific tasks in the .gitpod.yml eg:
gp tasks run init "My Task1"gp tasks run command "My Second Task"
Describe alternatives you've considered
whilst you can just copy and paste the commands, it gets a bit cumbersome, so a quick way to trigger the commands in the same way gitpod would, would help with quick and easy testing of these commands.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Currently its very difficult to rerun a task, or test a task, when building out a
.gitpod.yml
Describe the behaviour you'd like
the ability to use the gitpod command line to call specific tasks in the
.gitpod.yml
eg:Describe alternatives you've considered
whilst you can just copy and paste the commands, it gets a bit cumbersome, so a quick way to trigger the commands in the same way gitpod would, would help with quick and easy testing of these commands.
The text was updated successfully, but these errors were encountered: