
dep
List of commands for dep:
-
dep:tldr:1724a dep: Run any arbitrary command on the remote hosts.$ dep run "${command}"try on your machineexplain this command
-
dep:tldr:63576 dep: Rollback to the previous working release.$ dep rollbacktry on your machineexplain this command
-
dep:tldr:98531 dep: Interactively initialize deployer in the local path (use a framework template with `--template={{template}}`).$ dep inittry on your machineexplain this command
-
dep:tldr:d5994 dep: Connect to a remote host via ssh.$ dep ssh ${hostname}try on your machineexplain this command
-
dep:tldr:d97f0 dep: Deploy an application to a remote host.$ dep deploy ${hostname}try on your machineexplain this command
-
dep:tldr:fa584 dep: Display help for a command.$ dep help ${command}try on your machineexplain this command