Forrest logo
back to context overview

dep

List of commands for dep:

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