Skip to content

Instantly share code, notes, and snippets.

@doug4j
Created November 24, 2016 11:29
Show Gist options
  • Save doug4j/ce1c63ff7223d71a58ccf10cf3338373 to your computer and use it in GitHub Desktop.
Save doug4j/ce1c63ff7223d71a58ccf10cf3338373 to your computer and use it in GitHub Desktop.
#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