Pawprint CLI
A Node.js utility tool to create and manage Pawprints HTTP traces.
Example
You can create a Pawprint out of any curl
command:
curl --trace - https://httpbin.org/get | pawpt
This will allow you to view on a nice webpage or share it as a short link.
Options
-p, --private
Create a private Pawprint. This means the Pawprint will be created with an access token, so only people who you share the full URL (including access token) with, will be able to access the data. Also, this means the Pawprint won't be indexed by search engines.-c, --copy
Copies the public share link in the clipboard so it's ready to paste in another app.
Dependencies
This tool is based one a few other open source projects, mostly:
- curl-trace-parser Parser for output from Curl --trace option
- chalk Terminal string styling done right
- request Simplified HTTP request client.
License
This repository is released under the MIT License. Feel free to fork, and modify! Copyright © 2016 Paw Inc.