1.1.0 • Published 6 years ago

@saleae/dns-deploy v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

dns-deploy

standalone node module for dns deployment

dns [command]

Commands:
  dns sync  deploy dns json to cloudflare
  dns dump  dump the current dns json into a
            file

Options:
  --help     Show help               [boolean]
  --version  Show version number     [boolean]
dns sync

deploy dns json to cloudflare

Options:
  --help         Show help           [boolean]
  --version      Show version number [boolean]
  -f, --file     the json file to sync to the
                 dns server         [required]
  -e, --email    email for the dns management
                 account
  -d, --dry      dry run, no server changes
  -k, --key      global api key for the dns
                 management account
  -z, --zone     zone id for the dns
                 management account
  --verbose, -V               [default: false]
dns dump

dump the current dns json into a file

Options:
  --help         Show help           [boolean]
  --version      Show version number [boolean]
  -o, --output   location of output file
                                    [required]
  -e, --email    email for the dns management
                 account
  -k, --key      global api key for the dns
                 management account
  -z, --zone     zone id for the dns
                 management account
  --verbose, -V               [default: false]