@slonge/cli
v0.2.0
Published
Command-line interface for Slonge Billing — manage clients, projects, invoices, quotes, time entries, expenses, dunning, reports, and settings from the terminal.
Maintainers
Readme
@slonge/cli
Command-line interface for Slonge Billing. Manage clients, projects, invoices, quotes, time entries, expenses, dunning, reports, and settings from the terminal.
Install
npm install -g @slonge/cliConfigure
export SLONGE_API_TOKEN=slk_...
export SLONGE_API_BASE_URL=https://app.slonge-billing.chIssue a token from Settings → API Tokens in the dashboard.
Usage
slonge client list
slonge invoice list --status pending
slonge invoice send <id>
slonge time-entry create --project <id> --hours 2 --description "Sprint planning"
slonge report export vat-summary --year 2026Full reference: slonge --help.
License
MIT
