awslabs / diagram-as-code

Diagram-as-code for AWS architecture.
Apache License 2.0
491 stars 30 forks source link

Allow to confirm the version of installed tool #89

Closed a2ush closed 2 weeks ago

a2ush commented 4 months ago

Detail

Currently, you cannot confirm the version of your installed tool with an option like as "--version".

$ awsdac --version
Error: unknown flag: --version

Background

If you can confirm it, it's easier to troubleshoot this tool because you can know the difference between your installed tool and the latest one.