An interactive or non-interactive CLI app for managing your PointDNS zones and records in bulk.
npm i -g pointdns-cli
Most command parameters will, if omitted, be requested interactively.
Managing zones and records requires an API token available on the PointDNS profile page.
Credentials are saved as plain text in $XDG_CONFIG_HOME/configstore/pointdns-cli.json
. Feel free to submit an issue if you require some form of encryption.
While API tokens are currently saved as plain text, they will be omitted from the credential listing.
The current default credentials will be marked with a tick symbol.
pdns credentials list
First added credentials will be set as default automatically.
pdns credentials add [username] [apitoken]
Default credentials are used for all zone and record management commands.
pdns credentials set [username]
Deleting a default credentials will automatically set the first available credentials as default.
pdns credentials remove [username]
pdns zones list
Coming soon
Coming soon
This command only works interactively.
pdns zones delete
pdns records list [zone]
Coming soon
Coming soon
This command only works interactively.
pdns records delete [zone]
Pull requests and issues are very much welcome.
This project adheres to the Javascript Standard Style.
Apache License 2.0