Skip to content

Instantly share code, notes, and snippets.

@rido-min
Created April 21, 2021 02:04
Show Gist options
  • Select an option

  • Save rido-min/e0999f5625bc4f867fc22e30ef6e01ad to your computer and use it in GitHub Desktop.

Select an option

Save rido-min/e0999f5625bc4f867fc22e30ef6e01ad to your computer and use it in GitHub Desktop.
powershell one liner
gci -r dtmi/**/*.json | foreach { dmr-client validate -m $_.FullName --strict --repo . --debug }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment