https://github.com/korchasa/cf-transfer
CLI interactive tool for transferring CloudFlare zones from one account to another
https://github.com/korchasa/cf-transfer
cli cloudflare
Last synced: 22 days ago
JSON representation
CLI interactive tool for transferring CloudFlare zones from one account to another
- Host: GitHub
- URL: https://github.com/korchasa/cf-transfer
- Owner: korchasa
- Created: 2021-04-09T12:59:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T10:40:55.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T12:02:31.974Z (over 1 year ago)
- Topics: cli, cloudflare
- Language: Go
- Homepage:
- Size: 5.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cf-transfer

Transferred information:
- DNS records
- Zone settings available by API (See "Next steps" in script output)
- Page Rules
## Installation
- binary can be downloaded from the GitHub [releases page](https://github.com/korchasa/cf-transfer/releases).
- `cf-transfer` can be installed via go toolkit using `go get github.com/korchasa/cf-transfer && go install github.com/korchasa/cf-transfer
`
- docker image can be run using `docker pull -e CLOUDFLARE_EMAIL= -e CLOUDFLARE_KEY= -it ghcr.io/korchasa/cf-transfer:latest`.
## Usage
```bash
export CLOUDFLARE_EMAIL=
export CLOUDFLARE_KEY=
cf-transfer
```