https://github.com/txthinking/cloudflare
cloudflare cli
https://github.com/txthinking/cloudflare
Last synced: about 1 year ago
JSON representation
cloudflare cli
- Host: GitHub
- URL: https://github.com/txthinking/cloudflare
- Owner: txthinking
- License: mit
- Created: 2020-12-15T15:53:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T02:43:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T05:56:04.553Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudflare
cloudflare cli
> Requirements: `$ nami install jq`
### Install via [nami](https://github.com/txthinking/nami)
```
$ nami install cloudflare
```
### Usage
```
cloudflare [command options] [arguments...]
-e, --email
-k, --key
-z, --zone
-d, --domain
-4, --ipv4
-6, --ipv6
```
### Example
```
$ cloudflare -e user@example.com -k c2547eb745079dac9320b638f5e225cf483cc6cfdda41 -z 023e105f4ecef8ad9ca31a8372d0c356 -d hello.example.com -4 8.8.8.8
```
## Author
A project by [txthinking](https://www.txthinking.com)
## License
Licensed under The MIT License