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-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 othergo
project and used programmatically! go.mod
renamed fromr53
togithub.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-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 othergo
project and used programmatically! go.mod
renamed fromr53
togithub.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
1
it's now limited to3
. To change use-d
or--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
-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
- 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
).