trellis-cli v1.3.0 has been released
- Add a per-project CLI config file (
.trellis/cli.yml) #227 - Add
opencommand #228 - Add
--verboseoption for Ansible commands #231 - Add
--forceoption toinit#232 - Improve spinner output (better for non-TTY contexts like CI platforms) #233
- Add
key generatecommand to help set up continuous deployments #235
Full Changelog: Comparing v1.2.2...v1.3.0 · roots/trellis-cli · GitHub
Additional notes:
- So far the new project config file in
.trellis/cli.ymlis only used for the newopenshortcut feature. Over time we’ll be adding more features to the config file. -
trellis key generateis really powerful and automates a lot of work that used to be done manually to setup GitHub properly for deploys. It takes advantage of Trellis’ newpublic_keysfeature too (in latest Trellis release)