roots / trellis-cli

A CLI to manage Trellis projects
https://roots.io/trellis/
MIT License
167 stars 25 forks source link

Add workdir support to `vm shell` #385

Closed swalkinshaw closed 1 year ago

swalkinshaw commented 1 year ago

Fixes #377

Sets the default working directory for vm shell to the project's main site (eg: /srv/www/example.com/current). The default can be overridden with the --workdir flag.

cc @robrecord