Route53 Cli Versions Save

Route53 CLI - Get info about your records from the terminal - quickly!

v0.4.3

2 years ago

Changelog

  • fa9f2d6 version bump

v0.4.2

2 years ago

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.4.1

2 years ago

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

2 years ago

What's Changed

Full Changelog: https://github.com/Isan-Rivkin/route53-cli/compare/v0.3.1...v0.3.2

v0.3.1

2 years ago

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

Full Changelog: https://github.com/Isan-Rivkin/route53-cli/compare/v0.3.0...v0.3.1

v0.3.0

2 years ago

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).

v0.3.0.alpha

2 years ago
  • 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

3 years ago

Changelog

fb09e60 remove old code

v0.2.2

3 years ago

Changelog

62280e6 replace homebrew

v0.2.1

3 years ago

Changelog

1c859a7 improved help message