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 login

Login to your Taxu account

taxu logout

Logout from your account

taxu whoami

Display current user

API Keys

taxu keys list

List 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 list

List 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 listen

Listen for webhook events locally

Documents

taxu documents upload [file]

Upload a document

taxu documents list

List 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