0.5.0 • Published 3 years ago
@tryghost/dns v0.5.0
DNS
Lookup DNS info for a domain.
Usage: yarn dns <blog.ghost.org>
Outputs:
{
"hostname": "blog.ghost.org",
"domain": "ghost.org",
"subdomain": "blog",
"records": {
"A": [{"value": "104.16.127.190", "cf": true}, {}],
"CNAME": [],
"NS": ["sara.ns.cloudflare.com.", "woz.ns.cloudflare.com."],
},
"whois": "Cloudflare",
"cloudflare": true,
"valid": {
"cname": "maybe",
"ssl": "C",
}
}Installation
- Make sure that
gstenvis green. See Dev Environment for docs. git clonethis repo &cdinto it as usual- Run
yarnto install top-level dependencies.
Run
- Run:
yarn dns <url> - Aliased as
yarn dev <url>for consistency - Doesn't matter which you run!
Test
yarn lintrun just eslintyarn testrun lint && tests
Publish
yarn ship
Copyright & License
Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.
0.5.0
3 years ago
0.4.1
3 years ago
0.4.0
4 years ago
0.3.10
4 years ago
0.3.9
4 years ago
0.3.8
4 years ago
0.3.7
4 years ago
0.3.6
4 years ago
0.3.5
4 years ago
0.3.4
4 years ago
0.3.1
5 years ago
0.3.0
6 years ago
0.2.6
7 years ago
0.2.5
8 years ago
0.2.4
8 years ago
0.2.3
8 years ago
0.2.2
8 years ago
0.2.1
8 years ago
0.2.0
8 years ago
0.1.0
8 years ago