gp cli run external command #9289
Labels
component: local app
editor: code (browser)
editor: code (desktop)
feature: desktop experience
Features related to a local CLI or app experience
feature: ports
meta: stale
This issue/PR is stale and will be closed soon
team: IDE
As a user, I want to have the possibility to run a command via gp cli for remotely connected systems.
This can be that I run gp cli from within a workspace that runs the command on the local computer and vice versa.
The stdout stderr is transported to the calling system.
Now our concrete use case.
We want to use gitpod also for our e2e development and need for example that we have a local chrome, safari, edge,... browser that needs to be started in a special mode so that this can be remote-controlled from the e2e test solution like a playwright.
With that feature, we could have a script in our gitpod environment that a user can start and all necessary steps will be done. (this also needs a feature #9286
The script would work like this:
The same will be necessary for example what I have seen with people who make hardware development and like to start a local debugger software,...
The text was updated successfully, but these errors were encountered: