ℹ️ Synopsis | ⚒️ Installation instructions | 🙆 Usage
This repository contains a DDEV addon for the mittwald hosting platform. It adds the following features to your DDEV project:
This addon has the following requirements:
a-XXXXXX).You can install this addon by running ddev add-on get:
$ ddev add-on get mittwald/ddev-mittwald
The installation process will prompt you for a mittwald API token and your application ID. The former will be added to your global DDEV configuration, the latter to your local project configuration.
Installing the mittwald DDEV addon allows you to use the following commands:
ddev pull mittwald will download the filesystem and database contents of the linked application to your local DDEV project.ddev push mittwald will upload the filesystem and database contents back to the mittwald cloud platform. CAUTION: Keep in mind that this is a dangerous operation and not meant to be used as a robust, production-ready deployment solution. Have a look at our documented deployment guides to learn more about production-grade deployments.ddev mw ... allows you to run the mittwald CLI in your web container.