pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

command.local is not supported in Supfile v0.1 even though im at 0.5 #148

Closed TakaGoto closed 5 years ago

TakaGoto commented 5 years ago
takas-macbook:some_repo takagoto$ sup -v
0.5
takas-macbook:some_repo takagoto$ sup staging deploy
command.local is not supported in Supfile v0.1

Please update sup by `go get -u github.com/pressly/sup/cmd/sup`
TakaGoto commented 5 years ago

looking at the code it looks like conf.Version returns "" and defaults to 0.1

TakaGoto commented 5 years ago

ha nvm i just figured this out myself. had to specify the version at the top of Supfile.