trellis-cli v1.15.0 released

trellis-cli v1.15.0 released

What’s Changed

Full Changelog: https://github.com/roots/trellis-cli/compare/v1.14.1...v1.15.0

Hi there,

I updated the trellis-cli to the latest version, not realising it dropped all Vagrant support. Now I want to rollback to version 1.14.1 by running:
brew install roots/tap/[email protected]

But I keep getting an error:
Warning: No available formula or cask with the name “roots/tap/[email protected]”. Did you mean roots/tap/trellis-cli or roots/tap/trellis-cli-dev?

Is there no way I can downgrade the trellis-cli version with Homebrew?
Thanks!

Maybe that doesn’t work for taps? :thinking:

This method could work? Installing Old Versions with Homebrew | The Blog of Sam Craven

So download this file: https://github.com/roots/homebrew-tap/blob/6496a71cb0b3b5ce0fd1c326a65b0f6e7497ddd8/Formula/trellis-cli.rb

Apologies for the trouble here.

Nope, unfortunately not:

Error: Homebrew requires formulae to be in a tap, rejecting:

  /path/to/trellis-cli.rb

The manual install option does work though:

  1. Download the specific 1.14.1 version
  2. Unpack it (tar -zxvf trellis_Darwin_arm64.tar.gz)
  3. Find the trellis binary in the unpacked directory, and move it to its desired destination (mv ~/trellis_Darwin_arm64.tar/trellis /usr/local/bin/trellis)
  4. Make sure the above path is in your $PATH
2 Likes

That was my next suggestion! :+1: