roots / trellis-cli

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

Switch to verbose output when init command is slow #355

Closed swalkinshaw closed 1 year ago

swalkinshaw commented 1 year ago

Fixes #306

The init command can be slow during the pip install step depending on network connections, first projects, or uncached dependencies. Since the output was hidden behind a spinner, it's not obvious what's happening during these situations.

This will switch to verbose mode showing pip install's stdout to provide more information and a sign of progress most importantly.