@armsteadj1/pylon-cli
v0.1.5
Published
Read-only CLI for Pylon (usepylon.com)
Readme
pylon-cli
Read-only CLI for Pylon — your B2B support platform in the terminal.
Install
npm i -g @armsteadj1/pylon-cliQuick Start
- Open Pylon in your browser
- Open DevTools → Network → any request to
graph.usepylon.com→ copyx-csrf-tokenheader - Run:
pylon auth --csrf-token <your-token> - Run:
pylon issues list
Commands
| Group | Commands |
|-------|---------|
| auth | login, status, logout |
| issues | list, get, views, view, sla, digest, count |
| accounts | list, get, contacts, issues, projects, highlights, activity |
| contacts | list, get |
| features | list, revenue |
| tasks | list, count |
| analytics | query, dashboards, accounts, users |
| kb | list, ask |
| notifications | list |
| announcements | list |
| org | config |
| me | — |
| users | — |
All commands support --json and --csv output flags.
Documentation
- Authentication
- Issues
- Accounts
- Contacts
- Feature Requests
- Tasks
- Analytics
- Knowledge Base
- Notifications & Announcements
- Output Formats & Piping
- Automation & Scripting
Development
npm install # install dependencies
npm test # run unit tests (vitest)
npm run test:watch # run tests in watch mode
npm run test:coverage # generate coverage report
npm run typecheck # type-check without emitting
npm run build # compile TypeScript to dist/Releasing
- Update
versioninpackage.json git tag v<version> && git push origin v<version>
GitHub Actions auto-publishes to npm.
Note: Requires an
NPM_TOKENsecret in GitHub repo settings (Settings → Secrets → Actions).
License
MIT
