JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 271
  • Score
    100M100P100Q74598F
  • License MIT

ReliPay command-line interface — designed for both human developers and AI agents.

Package Exports

  • @relipay/cli

Readme

@relipay/cli

relipay — command-line interface for ReliPay deployments. Designed for both human developers and AI agents.

For AI agents: start at AGENTS.md.

Install

pnpm add -g @relipay/cli
# or per-project
pnpm add -D @relipay/cli

Use

export RELIPAY_URL=http://localhost:3030
export SUPER_ADMIN_KEY=$(openssl rand -hex 32)  # whatever you set on the deployment

relipay doctor

relipay init \
  --tenant-name "Acme" --owner-email ops@acme.com \
  --app-name "Acme Prod" --app-slug acme-prod

relipay apps list
relipay plans create --app <id> --slug pro_monthly --name Pro --amount 999
relipay plans list --app <id>

Add --json to any command for machine-readable output.

Status

Phase 2.0 scaffold. Commands today: version, doctor, init, apps, plans. See AGENTS.md for what's coming.