feat: add version subcommand to display build metadata#119
feat: add version subcommand to display build metadata#119SamMorrowDrums merged 5 commits intogithub:mainfrom
Conversation
|
✅ Rebased with |
|
There's already a isn't that enough? |
|
I believe we can add a But as @juruen mentioned, the |
|
Good point -- I noticed the -v flag after opening the PR. My intent here was improving the clarity and completeness of the build metadata for easier traceability in CI/CD environments. If we're aligned on keeping the simpler flag, I'm happy to refactor the existing -v output using SetVersionTemplate as Sam suggested. Would this work for you both? |
|
Yes, definitely. |
deacd75 to
6b02799
Compare
|
Implemented version output improvement using |
|
For easy reproduction and verification, you can use the following: In project root: Build: Test: |
|
@joe-ton I fixed spaces instead of tabs, and because the template command uses a template library, I made use of it - although it doesn't make much difference. The output is the same. |
|
@joe-ton the tabs not spaces thing for go is important, and you should have |
|
@SamMorrowDrums Thanks for accepting the PR. Yes, I need to do |
Feature:
versionSubcommand for GitHub MCP Server CLIThis PR adds a new
versionsubcommand to the GitHub MCP Server CLI, providing build metadata for better visibility and traceability in development and CI environments.What’s Included
server versioncommand using CobraPerhaps work on Makefiles / automation (build + make) for later.