Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

Overview

add-on registry tests last commit

This DDEV add-on installs shared host commands used by Cortier projects.

Commands

Requirements

The target project must contain .ddev/config.host.local.yaml. The surface command also requires jq when it reads DDEV metadata.

Configure repository paths in global Git configuration. For example:

git config --global cortier.paths.rules /absolute/path/to/rules
ddev path rules

Add --json-output to return the repository name and resolved path as JSON. Configured paths must identify the root of a standalone Git checkout, not a nested directory or submodule, and its origin must identify the matching cortier/<repository> repository.

API projects can connect to either one app or one legacy Angular frontend, plus one admin and one shop. Each frontend can connect to one API; app and Angular connections replace one another, and frontend-to-frontend connections are rejected. Connections are validated by project-name suffix, DDEV type, and reciprocal connection file.

Installation

Install the latest release:

ddev add-on get cortier/ddev-commands

Install the add-on from a local checkout:

ddev add-on get /path/to/ddev-commands

Run the installation command again to update the installed commands.

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.