-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement machine-readable output for commands #867
Comments
It looks like there is a JSON wrapper in copr already. Would it be worth while to either:
|
Hi, thanks for the suggestion. I was looking into the copr plugin and there it is really used for processing the JSON input. Here for the machine-readable output we would probably just utilize the |
Following-up on #1072 (comment), I was trying to utilize the I'll proceed by attempting to utilize the existing |
Puppet currently relies on the Having a stable JSON-based output for |
Adding another use case to this, I'd be better able to parse the output of For example, parsing the output of |
I think that |
Based on the #512, the target format for machine-readable output should be
json
, which is also supported by thelibsmartcols
library, commonly used for command output in DNF.For the supported commands, machine-readable output will be requested with the
--json
option.Commands to be implemented:
This issue is targeted for Fedora 41. Other commands to be implemented are scheduled in the follow-up #1906.
The text was updated successfully, but these errors were encountered: