A simple plugin for Terminus-CLI to get the Domain DNS challenge based on a site.
Adds command 'domain:dns:challenge' to Terminus. Learn more about Terminus Plugins in the Terminus Plugins documentation
These commands require no configuration
terminus domain:dns:challenge <site>.<env>terminus domain:dns:challenge <site>.<env> --filter="domain=www.example.com"
To install this plugin using Terminus 3:
terminus self:plugin:install terminus-domain-challengeThis project includes four testing targets:
composer lint: Syntax-check all php source files.composer cs: Code-style check.composer unit: Run unit tests with phpunitcomposer functional: Run functional test with bats
To run all tests together, use composer test.
Note that prior to running the tests, you should first run:
composer installcomposer install-tools
Run terminus help domain:dns:challenge for help.