Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new CLI helper,
diode-replay-dryrun, for ingesting dry-run JSON messages into Diode. It also updates the documentation and project configuration to support this new feature. Below are the most important changes grouped by theme:New CLI Tool:
dryrun_replay.pyscript undernetboxlabs/diode/scripts/, which provides a CLI tool (diode-replay-dryrun) for ingesting dry-run JSON files into Diode. This tool supports arguments for target server, app name, app version, OAuth2 credentials, and file paths.Documentation Updates:
README.mdto include instructions for using thediode-replay-dryruncommand as an alternative toload_dryrun_entitiesfor ingesting dry-run files. [1] [2]Project Configuration:
diode-replay-dryrunscript inpyproject.tomlunder[project.scripts].netboxlabs.diode.scriptsmodule to the list of packages inpyproject.toml.netboxlabs/diode/scripts/directory from test coverage inpyproject.toml.Miscellaneous:
__init__.pyfile in thenetboxlabs/diode/scripts/directory with a module docstring and copyright notice.