cli icon indicating copy to clipboard operation
cli copied to clipboard

Add --version

Open jayvdb opened this issue 1 year ago • 1 comments

--version is a cheap way to verify a binary is usable, and record in the logs which version was used, useful for detecting when a new release started causing a problem.

jayvdb avatar Jun 08 '24 23:06 jayvdb

It appears there is a subcommand version. I believe --version is the expected way to get the version. See https://github.com/taiki-e/install-action/issues/577

jayvdb avatar Sep 09 '24 10:09 jayvdb

@jayvdb as you mentioned, you can use deepsource version which returns the currently installed version.

jai-deepsource avatar Oct 10 '24 20:10 jai-deepsource