Releases: roots/trellis-cli
Releases · roots/trellis-cli
v1.10.1
v1.10.0
What's Changed
- Fixes #347 - Correct download url in install script by @swalkinshaw in #348
- Switch to verbose output when init command is slow by @swalkinshaw in #355
- Support non-default public_path in Alias cmd by @swalkinshaw in #353
- [EXPERIMENTAL] Add VM integration by @swalkinshaw in #346
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- droplet create command: support ed25519 SSH keys by @swalkinshaw in #328
- Add
droplet dnscommand to create DNS records by @swalkinshaw in #330 - Prevent deploys to development by default by @swalkinshaw in #336
- Fix exec command help by @swalkinshaw in #342
- Add
logscommand to view/tail Nginx log files by @swalkinshaw in #337
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Add local env support to alias cmd by @swalkinshaw in #316
- Add autocomplete to dotenv command by @swalkinshaw in #318
- Improve failure output for commands by @swalkinshaw in #319
- Fixes #309 - Better GitHub API error messages by @swalkinshaw in #320
- Fix #271 - Add ask_vault_pass config setting by @swalkinshaw in #321
- Project detection: drop site folder requirement by @swalkinshaw in #326
- CLI config refactor and improvements by @swalkinshaw in #324
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Update python check command to python3 by @swalkinshaw in #283
- Bump github.com/mitchellh/cli from 1.1.2 to 1.1.3 by @dependabot in #285
- Add GitHub secret and deploy key to specified
--repoby @codepuncher in #288 - Add
--no-provisionflag to skip provisioning after generating keys by @codepuncher in #292 - Use
--repowhen setting known hosts secret by @codepuncher in #294 - Fix virtualenv shebangs updating by @swalkinshaw in #297
- Fix venv hook shell escaping by @swalkinshaw in #296
New Contributors
- @codepuncher made their first contribution in #288
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- Fix version output for new projects by @swalkinshaw in #276
- Fix cross-link bug for virtualenv by @swalkinshaw in #282
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Improve the un-initialized warning message by @swalkinshaw in #257
- Improve check command and bump python req to 3.8 by @swalkinshaw in #261
- Fix virtualenv in paths containing spaces by @swalkinshaw in #207
- Improve failure modes during new project creation by @swalkinshaw in #263
- test: use
T.TempDirto create temporary test directory by @Juneezee in #264 - Upgrade to go v1.17 by @tangrufus in #266
- Use built-in testing.Setenv by @swalkinshaw in #267
- Update Dockerfile: go 1.17, bullseye, python3 by @swalkinshaw in #269
- Enable --debug by @E-VANCE in #270
- Fixes #259 - use manual input for known hosts in
key generatecmd by @swalkinshaw in #273 - Remove all ioutil usage by @swalkinshaw in #274
New Contributors
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Fix ssh-keyscan error handling in
key generatecommand by @swalkinshaw in #253
Full Changelog: v1.5.0...v1.5.1
v1.5.0
🌱 Join us on Roots Discourse to discuss the trellis-cli v1.5.0 release
What's Changed
- Refactor
exec.Commandusage (includes some general output improvements) by @swalkinshaw in #250 - Improve
aliascommand output by @swalkinshaw in #246 - Improve output for
db openanddotenvby @swalkinshaw in #251 - Remove virtualenv install fallback by @swalkinshaw in #248
- Upgrade pip during
initby @swalkinshaw in #252
Full Changelog: v1.4.0...v1.5.0
v1.4.0
🌱 Join us on Roots Discourse to discuss the trellis-cli v1.4.0 release
What's Changed
- Improve GitHub CLI detection/handling for
trellis key generateby @swalkinshaw in #238 - Give python3 precedence for creating virtual environments by @swalkinshaw in #242
- Add
xdebug-tunnel openandxdebug-tunnel opencommands by @swalkinshaw in #244 - Improve
initerror messages for virtualenv by @swalkinshaw in #245 - Fail earlier in
newif initialization fails by @swalkinshaw in #245 - Fix autocompletion for arguments when flags are present by @swalkinshaw in #240
Full Changelog: v1.3.0...v1.4.0