mittwald / cli

The mittwald command-line interface
https://developer.mittwald.de/cli
MIT License
7 stars 0 forks source link

Add "app open" command to quickly open an app installation in your browser #783

Closed martin-helmich closed 1 month ago

martin-helmich commented 1 month ago

This PR adds a new "app open" command that can be used to quickly open an app installation in your browser. This is achieved by simply looking for a virtual host in the same project that has the app installation as a target, and then opening that URL in the browser.

If no virtual hosts are linked to an app installation, this command will fail with an error.