-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dep


> A CLI tool for deployment of PHP applications.

> Note: The Go command `dep` with the same name is deprecated and archived.

More information.


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

dep init

Deploy an application to a remote host:

dep deploy {hostname}

Rollback to the previous working release:

dep rollback

Connect to a remote host via ssh:

dep ssh {hostname}

List commands:

dep list

Run any arbitrary command on the remote hosts:

dep run "{command}"

Display help for a command:

dep help {command}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 00:22:31 2024