LinuxCommandLibrary

dep

dep

TLDR

Interactively initialize deployer in the local path (use a framework template with --template=template)

$ dep init
copy


Deploy an application to a remote host
$ dep deploy [hostname]
copy


Rollback to the previous working release
$ dep rollback
copy


Connect to a remote host via ssh
$ dep ssh [hostname]
copy


List commands
$ dep list
copy


Run any arbitrary command on the remote hosts
$ dep run "[command]"
copy


Display help for a command
$ dep help [command]
copy

Help


Copied to clipboard