Created
April 21, 2021 02:04
-
-
Save rido-min/e0999f5625bc4f867fc22e30ef6e01ad to your computer and use it in GitHub Desktop.
powershell one liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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