Skip to content
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 "yarn cli history dump" command #1487

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fflorent
Copy link
Collaborator

@fflorent fflorent commented Feb 27, 2025

This command is useful to dump in JSON the history actions which stored marshalled in the sqlite database. It is meant to be more handy to work with, especially to manipulate the result using tools like jq.

Context

Proposed solution

Related issues

Fixes #1483

Has this been tested?

  • 👍 yes, I added tests to the test suite
  • 💭 no, because this PR is a draft and still needs work
  • 🙅 no, because this is not relevant here
  • 🙋 no, because I need help

Screenshots / Screencasts

@vviers vviers added the gouv.fr label Feb 28, 2025
This command is useful to dump in JSON the history actions which stored marshalled
in the sqlite database. It is meant to be more handy to work with,
especially to manipulate the result using tools like jq.
@fflorent fflorent force-pushed the dump-action-history branch from a7a3fef to 3a35c8e Compare March 3, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dump the history actions from a grist file
2 participants