tfmask icon indicating copy to clipboard operation
tfmask copied to clipboard

Support for a version flag

Open jackson-theisen opened this issue 5 years ago • 0 comments

Currently, there is no good way to validate the installation of tfmask. Executing the binary by itself causes it to hang. It would be nice if it supported a -version flag to verify the binary was built/installed correctly.

Example:

wget --output-document="/usr/local/bin/tfmask" https://github.com/cloudposse/tfmask/releases/download/0.4.0/tfmask_linux_amd64 && chmod +x /usr/local/bin/tfmask
/usr/local/bin/tfmask -version
tfmask v0.4.0 

jackson-theisen avatar Apr 29 '20 19:04 jackson-theisen