trellis-cli

A CLI to manage Trellis projects

MIT License

Stars
166
Committers
20

Bot releases are hidden (Show)

trellis-cli - v1.12.1 Latest Release

Published by swalkinshaw about 2 months ago

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.12.0...v1.12.1

trellis-cli - v1.12.0

Published by swalkinshaw 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.11.1...v1.12.0

trellis-cli - v1.11.1

Published by swalkinshaw about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.11.0...v1.11.1

trellis-cli - v1.11.0

Published by swalkinshaw over 1 year ago

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.10.1...v1.11.0

trellis-cli - v1.10.1

Published by swalkinshaw over 1 year ago

trellis-cli - v1.10.0

Published by swalkinshaw over 1 year ago

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.9.0...v1.10.0

trellis-cli - v1.9.0

Published by swalkinshaw almost 2 years ago

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.8.0...v1.9.0

trellis-cli - v1.8.0

Published by swalkinshaw about 2 years ago

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.7.0...v1.8.0

trellis-cli - v1.7.0

Published by swalkinshaw over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.6.1...v1.7.0

trellis-cli - v1.6.1

Published by swalkinshaw over 2 years ago

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.6.0...v1.6.1

trellis-cli - v1.6.0

Published by swalkinshaw over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.5.1...v1.6.0

trellis-cli - v1.5.1

Published by swalkinshaw over 2 years ago

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.5.0...v1.5.1

trellis-cli - v1.5.0

Published by swalkinshaw almost 3 years ago

🌱 Join us on Roots Discourse to discuss the trellis-cli v1.5.0 release

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.4.0...v1.5.0

trellis-cli - v1.4.0

Published by swalkinshaw almost 3 years ago

🌱 Join us on Roots Discourse to discuss the trellis-cli v1.4.0 release

What's Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.3.0...v1.4.0

trellis-cli - v1.3.0

Published by swalkinshaw almost 3 years ago

🌱 Join us on Roots Discourse to discuss the trellis-cli v1.3.0 release

  • Add a per-project CLI config file (.trellis/cli.yml) [#227]
  • Add open command [#228]
  • Add --verbose option for Ansible commands [#231]
  • Add --force option to init [#232]
  • Improve spinner output (better for non-TTY contexts like CI platforms) [#233]
  • Add key generate command to help set up continuous deployments [#235]

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.2.2...v1.3.0

trellis-cli - v1.2.2

Published by swalkinshaw almost 3 years ago

  • Fix CLI autocompletion [#222]
trellis-cli - v1.2.1

Published by swalkinshaw almost 3 years ago

  • Fix virtualenv warning appearing during trellis new [#221]
trellis-cli - v1.2.0

Published by swalkinshaw almost 3 years ago

  • Improved trellis init output [#220]
  • Show warning on uninitialized projects and suggest running trellis init [#220]
trellis-cli - v1.1.0

Published by swalkinshaw almost 3 years ago

  • Fix trellis provision development for Vagrant [#209]
  • Replace Sequel Pro with Sequel Ace in trellis db open [#210]
  • Add Python to requirements for trellis check [#216]
  • Run galaxy install before trellis up by default [#217]
  • Warn and suggest to run trellis init in a non-initialized project [#219]
trellis-cli - v1.0.0

Published by swalkinshaw almost 3 years ago

  • Fix #199 - Add arm64 arch for builds (support Apple M1) [#200]
  • InitCommand: Show pip stack trace when failed [#139]
  • Add plugin system [#144]
  • Improve provision command help text [#150]
  • Use go 1.16's embed feature for static files [#157]
  • Add option for droplet image (default Ubuntu 20.04) [#162]
  • Improve vault encrypt command usage [#197]