Bedrock icon indicating copy to clipboard operation
Bedrock copied to clipboard

Add informative version information for -version

Open ShahriyarR opened this issue 9 years ago • 3 comments

Please fix version information:

sh@sh-ubuntu:~$ bedrock -version
7a4c77495b3f079644f465015307204f4d9a8da3

Add arch, package info and product version, something similar like:

sh@sh-ubuntu:~$ mysql --version
mysql  Ver 14.14 Distrib 5.7.16, for Linux (x86_64) using  EditLine wrapper

ShahriyarR avatar Oct 20 '16 07:10 ShahriyarR

Ah, ya in GitHub there aren't specific version numbers -- the commit hash is much more informative. However, I agree it's not very consumable. I think something like a build date might be useful in that it's what you actually do care about (eg, "How old is this build?").

@tylerkaraszewski - How difficult would it be to capture a build date somewhere and output with -version?

quinthar avatar Oct 22 '16 20:10 quinthar

@tylerkaraszewski I know you're updating how versioning is handled in Bedrock, can you comment on how that change affects this request?

quinthar avatar Jan 02 '17 00:01 quinthar

That change and this change are mostly orthogonal. That change just makes sure we include plugin version info when determining if different nodes are on the same version.

tylerkaraszewski avatar Jan 02 '17 17:01 tylerkaraszewski