Closed mirceanis closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
d5375bd
) 89.83% compared to head (fcee4ae
) 89.83%. Report is 1 commits behind head on next.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What issue is this PR fixing
fixes #1281
What is being changed
When calling
veramo execute
without parameters, the CLI will no longer offer a list of available methods based onoas-resolver
.Also, the
execute
command is now usingDebug
instead ofconsole.log
for logging, so that the console can be used for stdout and piping. Example:veramo execute -m didManagerFind -a '{}' | jq '.[0].did'
to get the DID of the first identifier managed locally.Quality
Check all that apply:
pnpm i
,pnpm build
,pnpm test
,pnpm test:browser
locally.Details
The discussion in #1281 lead to the decision to remove this functionality from the CLI