Tool for managing DNS records in cloudflare and storing them locally in JSON.
Project description
# dnskeeper-cloudflare
Tool for managing DNS records in cloudflare and storing them locally in JSON.
## Installation:
`sudo pip install dnskeeper`
## Usage:
```
~#: dnskeeper --help
usage: dnskeeper <command> [<args>]
The available dnskeeper commands are:
config Create config file for dnskeeper
diff Display differences between local state and Cloudflare
pull Overwrite local records with current state
push Deploy changes to Cloudflare
show Show current state in Cloudflare
validate Test records file for proper formatting
version Display version
Tool for managing Cloudflare DNS, by Liferay
positional arguments:
command Subcommand to run
optional arguments:
-h, --help show this help message and exit
```
### Subcommands:
Each subcommand has its own parameters that can be shown with a `-h`/`--help` flag
Example:
```
~#: dnskeeper push -h
usage: dnskeeper [-h] [-d] [-o {json,simple,table}] domain
Deploy changes to Cloudflare
positional arguments:
domain
optional arguments:
-h, --help show this help message and exit
-d, --dry-run simulates the actions that would occur
-o {json,simple,table}, --output {json,simple,table}
```
Tool for managing DNS records in cloudflare and storing them locally in JSON.
## Installation:
`sudo pip install dnskeeper`
## Usage:
```
~#: dnskeeper --help
usage: dnskeeper <command> [<args>]
The available dnskeeper commands are:
config Create config file for dnskeeper
diff Display differences between local state and Cloudflare
pull Overwrite local records with current state
push Deploy changes to Cloudflare
show Show current state in Cloudflare
validate Test records file for proper formatting
version Display version
Tool for managing Cloudflare DNS, by Liferay
positional arguments:
command Subcommand to run
optional arguments:
-h, --help show this help message and exit
```
### Subcommands:
Each subcommand has its own parameters that can be shown with a `-h`/`--help` flag
Example:
```
~#: dnskeeper push -h
usage: dnskeeper [-h] [-d] [-o {json,simple,table}] domain
Deploy changes to Cloudflare
positional arguments:
domain
optional arguments:
-h, --help show this help message and exit
-d, --dry-run simulates the actions that would occur
-o {json,simple,table}, --output {json,simple,table}
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dnskeeper-1.0.0.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for dnskeeper-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3149874e66aac08ecb2696c83ff205cacd36948ab3275abf5d805284fa370ba |
|
MD5 | d9a0c7de152604613011834a8a9bfdde |
|
BLAKE2b-256 | 4b6e07563c51c3668386eb03e825149c7c695cfe33f64764932c0aea170f2ab6 |