Skip to content

Releases: pressly/sup

Pass through --env CLI variables when running inventory commands

Choose a tag to compare

@VojtechVitek VojtechVitek released this 24 Apr 17:53
861527f
--env and -e env variables set on the CLI will now overwrite env set on the network level. This supports use cases where users want to access environment variables on the inventory call.

Experimental build for Windows; Network inventory improvement

Choose a tag to compare

@VojtechVitek VojtechVitek released this 12 Feb 17:36
  • Run network's inventory only when actually used

Supfile.yml and SSH config improvements

Choose a tag to compare

@VojtechVitek VojtechVitek released this 17 Jan 16:33
d1d9e12
  • Supfile.yml is now supported
  • Private SSH keys are read from all files matching ~/ssh/id_* wildcard
  • --sshconfig=~/.ssh/config reads your SSH Config file
  • Built with go 1.9

Resolve ENV VARs locally

Choose a tag to compare

@VojtechVitek VojtechVitek released this 02 Sep 21:40
Merge pull request #94 from pressly/resolve_vars

Resolve ENV VARs locally

Fix linux-386 build (govendor bug)

Choose a tag to compare

@VojtechVitek VojtechVitek released this 04 Aug 17:43
v0.4.2

Fix 386 build

Minor update: go1.7rc2 + latest crypto/ssh

Choose a tag to compare

@VojtechVitek VojtechVitek released this 19 Jul 15:36
v0.4.1

README: Bump version to v0.4

Sup v0.4 - Env Vars, Debug mode, Faster SSH multi-connect, Interrupt SSH sessions with ^C

Choose a tag to compare

@VojtechVitek VojtechVitek released this 18 Jul 20:33
Merge pull request #83 from pressly/debug

CLI: Implement --debug and --disable-prefix options

Supfile v0.3: Command local/once/serial, SSH bastion, Network inventory, CLI accepts multiple commands/targets

Choose a tag to compare

@VojtechVitek VojtechVitek released this 15 Dec 19:25
Fix run_once backward compatibility on v0.3

Linux / Darwin amd64 binaries

Choose a tag to compare

@pkieltyka pkieltyka released this 08 Dec 15:08
0.2.2

Bump to 0.2.2

Add `--only <regexp>` to filter hosts

Choose a tag to compare

@VojtechVitek VojtechVitek released this 25 Nov 23:20
Merge pull request #15 from pressly/only

Implement `--only regexp` cmd option to filter hosts