ExDokku v0.1.3 API Reference

Modules

Core actions for ExDokku

Builds the configuration struct

Configuration setup

Add to your dev.exs

Interacts with the development environment

Interacts with the server

Represents all the configuration info

Mix Tasks

Download production database and load into development database

Save development database to latest.dump

Downloads your production database to the path set in your config with the name of your app and the date. Re-downloading the file again will replace the previously downloaded file.

Deploy app to production

Run observer_cli on production

Downloads your production database to your app root directory as latest.dump and loads it into your development database. Useful for troubleshooting production issues.

This is a dangerous command

This is a dangerous command

Deploy app to production

Run observer_cli on staging

Pulls the production database and loads it into the staging database