-
Notifications
You must be signed in to change notification settings - Fork 15
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
Extend inspect
output format with JSON
#77
Labels
enhancement
New feature or request
Comments
behouba
changed the title
Extend the output format with a JSON view
Extend the output format with JSON
Jun 21, 2023
This would be trivial to do for the existing features coming from CRIT (process tree, file descriptors, etc) since the original format is JSON itself. At most, we will have to use a custom struct to remove some of the fields that are not relevant. |
behouba
changed the title
Extend the output format with JSON
Extend Jul 3, 2023
inspect
output format with JSON
Hi @behouba @snprajwal @rst0git |
@Parthiba-Hazra Sure, please feel free to open a pull request! |
This was referenced Dec 22, 2023
rst0git
pushed a commit
to Parthiba-Hazra/checkpointctl
that referenced
this issue
Jan 10, 2024
This patch extends checkpointctl with support for output in JSON format. Resolves: checkpoint-restore#77 Signed-off-by: Parthiba-Hazra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
checkpointctl inspect
only support the tree format. It might be useful to also be able to render the output in a JSON format (--format=json
). This would enable easier integration with other tools to further process the output of checkpointctl.Suggested by: @rst0git
The text was updated successfully, but these errors were encountered: