Currently, there is a few different pieces of information needed to get all the version info needed prior to being able to debug issues. It'd be great to unify these under a single command that can be used to dump all version info to easily include it in a bug report.
For example, our support issue template currently asks for the output of gh version, gh extension list | grep valet, and gh valet version. Ideally, we could expose a command that does this all in one go:
# command name pending
$ gh valet version
gh version 2.8.0 (2022-04-13)
gh valet github/gh-valet v0.1.8
valet-cli v0.1.0.12760
Description
Currently, there is a few different pieces of information needed to get all the version info needed prior to being able to debug issues. It'd be great to unify these under a single command that can be used to dump all version info to easily include it in a bug report.
For example, our support issue template currently asks for the output of
gh version
,gh extension list | grep valet
, andgh valet version
. Ideally, we could expose a command that does this all in one go: