Skip to content

Use Terminus to get the domain challenges for help automating DNS validation.

License

Notifications You must be signed in to change notification settings

terminus-plugin-project/terminus-domain-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminus Domain Challenge

CircleCI Actively Maintained

Terminus v3.x Compatible

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

Configuration

These commands require no configuration

Usage

  • terminus domain:dns:challenge <site>.<env>
  • terminus domain:dns:challenge <site>.<env> --filter="domain=www.example.com"

Installation

To install this plugin using Terminus 3:

terminus self:plugin:install terminus-domain-challenge

Testing

This project includes four testing targets:

  • composer lint: Syntax-check all php source files.
  • composer cs: Code-style check.
  • composer unit: Run unit tests with phpunit
  • composer 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 install
  • composer install-tools

Help

Run terminus help domain:dns:challenge for help.

About

Use Terminus to get the domain challenges for help automating DNS validation.

Topics

Resources

License

Stars

Watchers

Forks