Skip to content

Instantly share code, notes, and snippets.

@cbetta
Created August 5, 2014 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbetta/b1ffe8aca4f571fbbd21 to your computer and use it in GitHub Desktop.
Save cbetta/b1ffe8aca4f571fbbd21 to your computer and use it in GitHub Desktop.
dokku help
dokku help
> backup:export [file] Export dokku configuration files
> backup:import [file] Import dokku configuration files
> config display the config vars for an app
> config:get KEY display a config value for an app
> config:set KEY1=VALUE1 [KEY2=VALUE2 ...] set one or more config vars
> config:unset KEY1 [KEY2 ...] unset one or more config vars
> delete Delete an application
> help Print the list of commands
> logs [-t] Show the last logs for an application (-t follows)
> plugins-install Install active plugins
> plugins Print active plugins
> run <cmd> Run a command in the environment of an application
> url Show the URL for an application
> version Print dokku's version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment