Source: cli53
Section: golang
Maintainer: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-aws-aws-sdk-go-v2-dev,
               golang-github-aws-smithy-go-dev,
               golang-github-lsegal-gucumber-dev,
               golang-github-miekg-dns-dev,
               golang-github-stretchr-testify-dev <!nocheck>,
               golang-github-urfave-cli-dev,
               golang-github-urfave-cli-v2-dev (>= 2.25),
               golang-github-xrash-smetrics-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/debian/cli53
Vcs-Git: https://salsa.debian.org/debian/cli53.git
Homepage: https://github.com/barnybug/cli53
XS-Go-Import-Path: github.com/barnybug/cli53

Package: cli53
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
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;
