Skip to content

Deployer 5.1.0

Compare
Choose a tag to compare
@antonmedv antonmedv released this 22 Jun 16:30
· 1544 commits to master since this release

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