Releases: Isan-Rivkin/route53-cli
Releases · Isan-Rivkin/route53-cli
v0.4.3
v0.4.2
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-jsonflag. - Save output to file save the result to a file in a json format
--output-file <path>flag. - Expose SDK The logic moved into
sdkpackage and now can be imported by any othergoproject and used programmatically! go.modrenamed fromr53togithub.com/isan-rivkin/route53-cli.
Expose SDK, Output JSON
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-jsonflag. - Save output to file save the result to a file in a json format
--output-file <path>flag. - Expose SDK The logic moved into
sdkpackage and now can be imported by any othergoproject and used programmatically! go.modrenamed fromr53togithub.com/isan-rivkin/route53-cli.
v0.3.2
What's Changed
- Print Route 53 Hosted zone Web URL by @Isan-Rivkin in #9
Full Changelog: v0.3.1...v0.3.2
Minor Update: Default Recuse and more Tests
Changelog
What's Changed
- New default for recursive searching, instead of
1it's now limited to3. To change use-dor--max-depth. - Added new tests to URL logic.
- Improved documentation.
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Changelog
- Use
-Rflag to search recursively Route 53. - Use different AWS profiles when running via
--profileflag. (Based on~/.aws/credentialsprofile). Depth of recusion can be specified via--max-depththe 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
- Use
-Rflag to search recursively Route 53. - Use different AWS profiles when running via
--profileflag. (Based on~/.aws/credentialsprofile). Depth of recusion can be specified via--max-depththe 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).