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

Play: Add option to write NDJSON "replay file". #123

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

Conversation

Schoonology
Copy link

When using the play command, you can now use --replay PATH to specify where to write a playback-optimized Newline-Delimited JSON file. These files can then be read by the board server.

The responsibilities were split in this way to allow the Board server to be long-running, and for the Rules CLI to write new files ad hoc.

The board PR has specific feedback requests, in particular for file formatting and extension.l

This allows users to record the WS frames as they're sent and replay
them later with the Board server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant