cli53
brew install cli53
v0.9.0
MIT
Command-line tool for Amazon Route 53
89
30-day installs · #3636
396
90-day · #3170
1.3k
365-day · #3439
2.1k
★ GitHub stars · updated 3mo ago
Build dependencies
Links
- https://github.com/barnybug/cli53
- GitHub: barnybug/cli53
- Brew formula source: Formula/c/cli53.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Command-line tool for Amazon Route 53",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:26+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "cli53",
"github_default_branch": "main",
"github_last_commit_at": "2026-04-27T19:51:25Z",
"github_readme_excerpt": "[](https://secure.travis-ci.org/barnybug/cli53) [](http://codecov.io/github/barnybug/cli53?branch=main)\n[](https://gitter.im/barnybug/cli53?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n# cli53 - Command line tool for Amazon Route 53\n\n## Introduction\n\ncli53 provides import and export from BIND format and simple command line management of\nRoute 53 domains.\n\nFeatures:\n\n- import and export BIND format\n\n- create, delete and list hosted zones\n\n- create, delete and update individual records\n\n- create AWS extensions: failover, geolocation, latency, weighted and ALIAS records\n\n- create, delete and use reusable delegation sets\n\n## Installation\n\nInstallation is easy, just download the binary from the github releases page (builds are available for Linux, Mac and Windows):\nhttps://github.com/barnybug/cli53/releases/latest\n\n $ sudo mv cli53-my-platform /usr/local/bin/cli53\n $ sudo chmod +x /usr/local/bin/cli53\n\nAlternatively, on Mac you can install it using homebrew\n\n $ brew install cli53\n\nTo configure your Amazon credentials, either place them in a file `~/.aws/credentials`:\n\n\t[default]\n\taws_access_key_id = AKID1234567890\n\taws_secret_access_key = MY-SECRET-KEY\n\nOr set the environment variables: `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.\n\nYou can switch between different sets in the credentials file by passing\n`--profile` to any command, or setting the environment variable `AWS_PROFILE`.\n For example:\n\n cli53 list --profile my_profile\n\nYou can also assume a specific role by passing `--role-arn` to any command.\nFor example:\n\n cli53 list --role-arn arn:aws:iam::123456789012:role/myRole\n\nYou can combine role with profile.\nFor example:\n\n cli53 list --profile my_profile --ro",
"github_repo": "barnybug/cli53",
"github_stars": 2134,
"github_topics": [],
"homepage": "https://github.com/barnybug/cli53",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 89,
"installs_365d": 1279,
"installs_90d": 396,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "cli53",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 3636,
"rank_365d": 3439,
"rank_90d": 3170,
"raw_hash": "068d06e14889069d",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/cli53.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.9.0",
"versioned_formulae": [],
"why_use_this": null
}