Skip to content
Sami Kerola edited this page May 6, 2024 · 1 revision

Welcome to the dc-template-linter wiki!

This tool can be used to check if a Domain Connect service provider template is valid. Use the commands below to get idea how to compile and use the tool.

go install github.com/Domain-Connect/dc-template-linter@latest
git clone https://github.com/Domain-Connect/Templates.git &&
$GOPATH/bin/dc-template-linter ./Templates/*.json

DCTL error codes explained

In this wiki there are sub-pages such as DCTL1001. These pages are long explanations that one is advised to consult if/when brief message from the tool is not obvious.

Clone this wiki locally