This add-on integrates Acme Custom Commands into your DDEV project.
ddev add-on get rfay/ddev-acme-custom-commands
ddev restartAfter installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Acme Custom Commands |
ddev logs -s acme-custom-commands |
Check Acme Custom Commands logs |
To change the Docker image:
ddev dotenv set .ddev/.env.acme-custom-commands --acme-custom-commands-docker-image="ddev/ddev-utilities:latest"
ddev add-on get rfay/ddev-acme-custom-commands
ddev restartMake sure to commit the .ddev/.env.acme-custom-commands file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
|---|---|---|
ACME_CUSTOM_COMMANDS_DOCKER_IMAGE |
--acme-custom-commands-docker-image |
ddev/ddev-utilities:latest |
Contributed and maintained by @rfay