roots / trellis-cli

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

Improve name options for vm start #371

Closed swalkinshaw closed 1 year ago

swalkinshaw commented 1 year ago

In some cases, trellis-cli could fail to determine the VM name and would error without any other options.

This provides two options:

  1. a new --name flag to manually set it
  2. a prompt for the name when the default fails
swalkinshaw commented 1 year ago

Closing in favour of https://github.com/roots/trellis-cli/pull/373