You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The history actions are stored marshalled in the grist file, we cannot easily consult their content.
Describe the solution you would like
Implementing a yarn cli history dump command would be useful:
yarn -s cli history dump --help
Usage: grist-toolbox history dump [options] <docPath>
Dump the lattest history actions
Options:
-m, --max-actions number of actions to dump
-o, --output The output file
-h, --help display help for command
The text was updated successfully, but these errors were encountered:
Describe the problem to be solved
The history actions are stored marshalled in the grist file, we cannot easily consult their content.
Describe the solution you would like
Implementing a
yarn cli history dump
command would be useful:The text was updated successfully, but these errors were encountered: