Deployer 5.1.0
This release contains a few very important bug fixes for inventory management, improvement in ssh multiplexing initialization (no more one second wait) and a few new cool features.
New run
command to run any arbitrary command on remote server:
dep run 'pwd'
New -o
option to override config options:
dep deploy -o ssh_multiplexing=true
And an autocomplete script for tasks and options in terminal and new config:hosts
to see info about all available hosts.
To upgrade to latest version:
dep self-update