sup icon indicating copy to clipboard operation
sup copied to clipboard

Super simple deployment tool - think of it like 'make' for a network of servers

Results 58 sup issues
Sort by recently updated
recently updated
newest added

fixes: https://github.com/pressly/sup/issues/97 I tried this locally and it seems to work as expected. i.e. env vars passed via `-e` take precedence over top-level `env` entries. This could potentially be a...

Get the following error when try to connect: (go11.5, macos) ~/p/test> sup production echo connecting to clients failed: connecting to remote host failed: Connect("[email protected]:22"): ssh: must specify HostKeyCallback

Any change to add sup to homebrew? Would help a lot to get our developers to excite about this. There's one old merged PR in this project https://github.com/pressly/sup/pull/56, but actually...

Can you please add arm64 releases?

Since golang/go#19767 SSH library requires this field on each connection. Currently all new installations of sup via `go get` doesn't work at all. This commit fixes it.

This will allow Supfiles to be run different directories and consistently resolve files relative to the Supfile. This CL contains refactors the resolution order of environment variables such that it's...

`^C` doesn't close interactive session ``` $ cat Supfile --- version: 0.4 networks: production: hosts: - [email protected]:9022 - [email protected]:9022 commands: bash: desc: Interactive Bash on all hosts stdin: true run:...

is there a way to skip failed connection and continue to run the command on the next one?