github / gh-valet

Valet helps facilitate the migration of Azure DevOps, CircleCI, GitLab CI, Jenkins, and Travis CI pipelines to GitHub Actions.
MIT License
510 stars 35 forks source link

Update `version` command to output additional information #46

Closed ethanis closed 2 years ago

ethanis commented 2 years ago

What's changing?

This creates a single version command that can be used to fetch the gh version, the gh-valet version, and the valet docker image all in one go. This will make the support request form simpler since now folks can send the output of a single command instead of 3. Further enhancements can be done to indicate if there are more recent versions of the valet-cli image available.

How's this tested?

$ dotnet run --project src/Valet/Valet.csproj -- version
gh version 2.11.3 (2022-05-25)
gh valet        github/gh-valet v0.1.10
valet-cli       v0.1.0.12957

Closes #35

github-actions[bot] commented 2 years ago

Unit Test Results

22 tests  ±0   22 :heavy_check_mark: ±0   0s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit eea22b3e. ± Comparison against base commit 077fc24b.

:recycle: This comment has been updated with latest results.