neetoinvoice is the official command line interface for NeetoInvoice. It wraps the same
public REST API documented in the API reference, so anything
you can do over HTTP you can do from a shell, a script, or a CI job.
No API key to manage
Sign in once from the browser with
neetoinvoice login. Credentials are stored on your
machine and reused by every command.Built for scripting
Every command speaks JSON on request, and
--quiet reduces a response to the single
identifier a shell pipeline needs.Built for AI assistants
neetoinvoice setup claude teaches your coding assistant the command surface, and
--toon cuts token use when feeding output back to a model.Multiple workspaces
Sign in to as many subdomains as you need and pick one per command with
--subdomain.Prerequisites
- A NeetoInvoice workspace and its subdomain.
- An account in that workspace. The CLI acts as you, so it can only reach what your role permits.
Next steps
Installation
Install the CLI on macOS, Linux, or Windows.
Authentication
Sign in, check who you are, and work across several workspaces.
Commands overview
Every command grouped by resource.
Output formats
Pretty tables, JSON envelopes, quiet mode, and TOON.