This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Support json format in inspect
command
#1052
Labels
inspect
command
#1052
🚀 Feature Requests
Support json format in the
inspect
command for easier usage from the commandline.I was targeting an on-prem GitLab server and could not use the build in creation of the merge request with it. Therefor had to figure out a way of checking for updates, creating a branch and the merge request my self (read more here.
With json output this would be easier (and I could use the information in it for a better commit message as a bonus).
Contextualize the feature
This would be an extra formatter for the
inspect
command in the CLI.Describe the feature
From the code base, a new
IReportFormat
would be needed in theNuKeeper.Inspection
project and parse it from the commandline. With that formatter we have all the options to set things up. I'd think a data structure that would give all the information needed would be something like this:Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: