cli53 0.9.0-1
Package Information
| Description | command line tool for Amazon Route 53 DNS management cli53 is a command line interface for managing DNS zones and records on Amazon Route 53. It is aimed at system administrators, DevOps engineers and developers who prefer scriptable, automation-friendly workflows over the AWS web console. The tool uses the BIND zone file format as its native interchange format, making it straightforward to migrate existing DNS configurations to Route 53 or to keep local backups of hosted zones under version control. Main features: - Import and export hosted zones in standard BIND format - Create, list and delete hosted zones - Create, update and delete individual resource records - Support for AWS-specific record types: weighted, latency-based, geolocation, failover and ALIAS records - Create, list and delete reusable delegation sets - Support for VPC-associated private hosted zones - Authenticate via ~/.aws/credentials, environment variables or IAM instance roles; |
|---|---|
| Maintainer | Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> |
| Changed By | Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> |
| Sponsor | edward@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/debian/cli53.git (browse) |
| Closes | #989138 |
| Tracker | https://tracker.debian.org/pkg/cli53 |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Thu, 11 Jun 2026 21:44:25 -0300 |
| Source | cli53 |
| Version | 0.9.0-1 |
| Changed-By | Josenilson Ferreira da Silva |
| Architecture | amd64 source |
Changelog
cli53 (0.9.0-1) unstable; urgency=medium . * Initial release (Closes: 989138)
.dsc
| Section | golang |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | cli53 deb golang optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/barnybug/cli53 Upstream-Name: cli53 Upstream-Contact: https://github.com/barnybug/cli53/issues Files: * Copyright: 2010 Barnaby Gray License: Expat Files: debian/* Copyright: 2026 Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> License: Expat Comment: Debian packaging is licensed under the same terms as upstream License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.