Generates constellix security token
$ constellix-st -h
Usage of constellix-st:
-c Print as a curl header
-d Output debug information
Example with curl:
export CONSTELLIX_API_KEY=your_key
export CONSTELLIX_SECRET_KEY=your_secret
curl -H "Content-Type: application/json" -H "`constellix-st -c`" "https://api.dns.constellix.com/v1/domains" | jq .
Download a binary file from Releases page