Skip to content

open-domains/CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Domains CLI

A dependency-free Node.js command line client for the Open Domains public API.

Install locally

npm install
npm link

You can also run it directly:

node ./bin/opendomains.js --help

Usage

opendomains auth login
opendomains me
opendomains check mysite is-not-a.dev
opendomains records mysite.is-not-a.dev
opendomains rdap mysite.is-not-a.dev
opendomains whois mysite.is-not-a.dev
opendomains request submit mysite is-not-a.dev A 1.2.3.4 --ttl 3600 --reason "Personal project"
opendomains request edit abc123 --content 5.6.7.8 --ttl 3600

Authenticated commands use OPENDOMAINS_API_TOKEN, --token, or the token saved by:

opendomains auth login

whois requires a staff or admin API token.

The CLI uses the API documented at https://manage.open-domains.com/api-docs.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors