partli
v1.0.0
Published
Official CLI for Partli (partli.app) — manage your affiliate program (partners, commissions, payouts, attribution) from the terminal or an AI agent. Same operations as the Partli MCP server.
Maintainers
Readme
partli
Official CLI for Partli — affiliate & referral program software for SaaS.
Manage your program from the terminal or hand it to an AI agent: the CLI exposes the same operations as the Partli MCP server, so the two surfaces always have parity.
Install
npm install -g partliAuth
Create an API key in your Partli dashboard (Developer → API keys), then:
partli config set-key pk_live_... # or: export PARTLI_API_KEY=pk_live_...Usage
partli stats # clicks, sales, revenue, partner totals
partli partners list --status pending
partli partners approve --email [email protected]
partli commissions list --status approved
partli payouts list
partli payouts run # asks for confirmation (--yes to skip)
partli sales attribute --email [email protected] \
--external-id cs_live_xyz --amount 79.20 --customer [email protected]
partli ops # every operation + schema, from the server
partli call <op> --json '{...}' # run any operation directlyOutput is JSON — pipe through jq for reading, or feed it straight to an agent.
Docs
https://partli.app/docs/guides/agents
