Skip to content

Instantly share code, notes, and snippets.

@jeremymeng
Last active March 11, 2022 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremymeng/dcdaf13f09560e4ef8706d18834d03a9 to your computer and use it in GitHub Desktop.
Save jeremymeng/dcdaf13f09560e4ef8706d18834d03a9 to your computer and use it in GitHub Desktop.
jq project folder
strip-json-comments rush.json | jq -c '.projects | map(select(.versionPolicyName | contains("management") | not)) | sort_by(.projectFolder) | .[]' > /workspaces/notes/rush-non-mgmt.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment