Skip to content

jsnjack/constellix-st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

constellix-st

Generates constellix security token

How to use?

$ 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 .

How to install?

Download a binary file from Releases page