Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
/ lacrosse Public archive

A simple CLI tool to update DNS records on Amazon Route 53

License

Notifications You must be signed in to change notification settings

lowply/lacrosse

Repository files navigation

lacrosse

GitHub release Travis MIT License

La Crosse - A simple CLI tool to update DNS records on Amazon Route 53.

Usage

lacrosse [domain] [type] [record] [TTL] [aws profile]

Example:

lacrosse example.com A 93.184.216.34 300 default

Requirements

  • macOS or Linux based platform
  • aws profile granted Route 53 read/write permission

Installation

go get github.com/lowply/lacrosse

Logs

Logs will be recorded in ~/.cache/lacrosse.log file in JSON format.

Development

$ git clone https://github.com/lowply/lacrosse.git
$ cd lacrosse
$ make

License

MIT

Author

Sho Mizutani