Skip to content

Releases: Isan-Rivkin/route53-cli

v0.4.3

20 Apr 04:37
Compare
Choose a tag to compare

Changelog

v0.4.2

14 Apr 18:19
Compare
Choose a tag to compare

This release is a big step towards making the tool more usable.

Features:

  • Output as JSON additionally on top of table, json output with --output-json flag.
  • Save output to file save the result to a file in a json format --output-file <path> flag.
  • Expose SDK The logic moved into sdk package and now can be imported by any other go project and used programmatically!
  • go.mod renamed from r53 to github.com/isan-rivkin/route53-cli.

Expose SDK, Output JSON

14 Apr 17:51
Compare
Choose a tag to compare

This release is a big step towards making the tool more usable.

Features:

  • Output as JSON additionally on top of table, json output with --output-json flag.
  • Save output to file save the result to a file in a json format --output-file <path> flag.
  • Expose SDK The logic moved into sdk package and now can be imported by any other go project and used programmatically!
  • go.mod renamed from r53 to github.com/isan-rivkin/route53-cli.

v0.3.2

21 Feb 06:03
13e0781
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Minor Update: Default Recuse and more Tests

09 Dec 06:40
b4d3c44
Compare
Choose a tag to compare

Changelog

  • b4d3c44 Merge pull request #8 from Isan-Rivkin/default_recurse

What's Changed

  • New default for recursive searching, instead of 1 it's now limited to 3. To change use -d or --max-depth.
  • Added new tests to URL logic.
  • Improved documentation.

New Contributors

  • @lavie made their first contribution in #4

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Jul 12:44
7f6b40c
Compare
Choose a tag to compare

Changelog

  • Use -R flag to search recursively Route 53.
  • Use different AWS profiles when running via --profile flag. (Based on ~/.aws/credentials profile). Depth of recusion can be specified via --max-depth the default is 3.
  • Version Checker: Make sure the CLI is at the latest version via API making anonymously a request with version details. (Opt-out by setting R53_VERSION_CHECK=false).

Recursive Search / AWS Profiles / Version Checker

17 Jul 12:42
7f6b40c
Compare
Choose a tag to compare
  • Use -R flag to search recursively Route 53.
  • Use different AWS profiles when running via --profile flag. (Based on ~/.aws/credentials profile). Depth of recusion can be specified via --max-depth the default is 3.
  • Version Checker: Make sure the CLI is at the latest version via API making anonymously a request with version details. (Opt-out by setting R53_VERSION_CHECK=false).

v0.2.3

28 May 22:52
Compare
Choose a tag to compare

Changelog

fb09e60 remove old code

v0.2.2

25 Nov 19:58
Compare
Choose a tag to compare

Changelog

62280e6 replace homebrew

v0.2.1

24 Nov 14:53
Compare
Choose a tag to compare

Changelog

1c859a7 improved help message