Created
November 24, 2016 11:29
-
-
Save doug4j/ce1c63ff7223d71a58ccf10cf3338373 to your computer and use it in GitHub Desktop.
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
#Pull Form Json as pretty print | |
curl --user kermit:kermit http://localhost:8080/activiti-rest/service/repository/process-definitions | node <<< "var o = $(cat); console.log(JSON.stringify(o, null, 2));" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment