New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pat-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pat-cli

Postman on the command line

latest
npmnpm
Version
0.2.3
Version published
Maintainers
1
Created
Source

📮

pat—postman on the command line

Pat is an interactive Postman CLI built with ink.

Build Status

Why?

I was bummed out to find one of the only things I couldn't use after moving to an iPad as my daily development machine was Postman, so I'm trying to build a command line replacement. Currently Pat only supports collections available on the Postman Pro API. PR's welcome to improve this.

Progress

  • Fetch collections from the API
  • Edit the environment
  • Make basic requests
  • Authentication
  • More authentication
  • Request history
  • Add other collection formats
    • Postman JSON files
    • Insomnia

Install and Use

npm install --global pat-cli

pat # follow the instructions from here

Contribute

Bug reports and pull requests are welcome on GitHub at https://github.com/samtgarson/pat. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Develop

npm i        # Install dependencies
npm run test # Run tests
npm run dev  # Run the typescript compiler in watch mode

./bin/pat    # Run the CLI locally

License

The module is available as open source under the terms of the MIT License.

Keywords

pat

FAQs

Package last updated on 30 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts