Releases: Tuteliq/cli
Releases · Tuteliq/cli
v2.1.0
What's New
Tuteliq CLI v2.1.0 adds 15+ new commands covering all Tuteliq API v2.1.0 features.
New Commands
Voice & Image Analysis
tuteliq voice <file>— Analyze audio files (mp3, wav, m4a, ogg, flac, webm)tuteliq image <file>— Analyze images (png, jpg, gif, webp)
Webhook Management
tuteliq webhook list— List all webhookstuteliq webhook create <url>— Create a webhooktuteliq webhook update <id>— Update a webhooktuteliq webhook delete <id>— Delete a webhooktuteliq webhook test <id>— Send a test eventtuteliq webhook regenerate-secret <id>— Regenerate signing secret
Pricing & Usage
tuteliq pricing— View pricing plans (with--detailsflag)tuteliq usage monthly— Current month usage summarytuteliq usage history— Daily usage historytuteliq usage by-tool— Usage breakdown by tool
Changes
- Updated
@tuteliq/sdkdependency to^2.0.0 - CLI version bumped to
2.1.0
Installation
npm install -g @tuteliq/cli
# or
brew install tuteliq/tap/tuteliqv2.0.0 — Tuteliq Rebrand
Tuteliq CLI v2.0.0
Complete rebrand from SafeNest to Tuteliq.
Breaking Changes
- Command renamed from
safenesttotuteliq - Config file renamed from
.safenestrcto.tuteliqrc - API endpoint changed to
https://api.tuteliq.ai - Environment variable changed from
SAFENEST_API_KEYtoTUTELIQ_API_KEY
Migration
- safenest analyze "some text"
+ tuteliq analyze "some text"
- export SAFENEST_API_KEY=your-key
+ export TUTELIQ_API_KEY=your-keyWhat's New
- New domain: tuteliq.ai
- API docs: api.tuteliq.ai/docs
v1.1.0
What's New
- GDPR compliance endpoints (account deletion + data export)
- Customer ID tracking for multi-tenant/B2B2C scenarios
- Improved error handling with rich metadata
v1.0.1
- Update @safenest/sdk dependency to ^1.0.2
- API compatibility fixes
v1.0.0
Initial release of SafeNest CLI