Reference
Remy Reference/admin/Dry-run a jewel
?

Dry-run a jewel

Runs the live jewel against a subject in a disposable mirror, recording nothing.
admin.jewels.dryrun({ methodId, subject })

Runs the deployed jewel against a subject you supply, inside a disposable database mirror, so it is guaranteed side-effect-free and records nothing. The production twin of the dev testJewel tool: testJewel runs draft code against the dev database, this answers for the live release against the real world. Allow minutes for the full run.

Parameters
<methodId>
string
RequiredThe method whose live jewel to run.
--subject
json
RequiredThe triggering subject object to pass to the jewel.
CLI
remy-admin jewels dryrun triage-issue --subject '{"issueId":"abc"}'