
dokku
List of commands for dokku:
-
dokku:tldr:8ebed dokku: Remove an app.$ dokku apps:destroy ${app_name}try on your machineexplain this command
-
dokku:tldr:98a48 dokku: Link database to an app.$ dokku ${db}:link ${db_name} ${app_name}try on your machineexplain this command
-
dokku:tldr:dc923 dokku: Install plugin.$ dokku plugin:install ${full_repo_url}try on your machineexplain this command
-
dokku:tldr:e3d73 dokku: Create an app.$ dokku apps:create ${app_name}try on your machineexplain this command