Taxu CLI
v1.5.0
Command-line tool for managing API keys, testing webhooks, and deploying integrations
Installation
npm install -g @taxu/cli
Or use npx to run without installing: npx @taxu/cli
Quick Start
1. Login
taxu login
2. Create API Key
taxu keys create --name "Production Key"
3. Test Webhook
taxu webhooks test --event document.processed
Commands
Authentication
taxu loginLogin to your Taxu account
taxu logoutLogout from your account
taxu whoamiDisplay current user
API Keys
taxu keys listList all API keys
taxu keys create --name "Key Name"Create a new API key
taxu keys revoke [key-id]Revoke an API key
Webhooks
taxu webhooks listList all webhook endpoints
taxu webhooks create --url [url]Create a webhook endpoint
taxu webhooks test --event [event-type]Send a test webhook event
taxu webhooks listenListen for webhook events locally
Documents
taxu documents upload [file]Upload a document
taxu documents listList all documents
taxu documents get [id]Get document details
Features
Fast & Lightweight
Optimized for speed with minimal dependencies
Interactive Mode
Guided prompts for complex operations
Built-in Help
Comprehensive help for every command
Auto-updates
Always stay on the latest version