UNPKG

postman-cli

Version:

Official Postman CLI - Command-line companion for API development, testing, and automation

11 lines (8 loc) 137 B
#!/usr/bin/env node const run = require('../index'); try { run(...process.argv.slice(2)); } catch (error) { process.exit(1); }