Skip to content

luckymarmot/pawprint-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Share HTTP traces in a beautiful UI via Pawprint by Paw

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:

License

This repository is released under the MIT License. Feel free to fork, and modify! Copyright © 2016 Paw Inc.

About

A Node.js utility tool to create and manage Pawprints HTTP traces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published