Skip to content

Releases: Tuteliq/cli

v2.1.0

13 Feb 15:50

Choose a tag to compare

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 webhooks
  • tuteliq webhook create <url> — Create a webhook
  • tuteliq webhook update <id> — Update a webhook
  • tuteliq webhook delete <id> — Delete a webhook
  • tuteliq webhook test <id> — Send a test event
  • tuteliq webhook regenerate-secret <id> — Regenerate signing secret

Pricing & Usage

  • tuteliq pricing — View pricing plans (with --details flag)
  • tuteliq usage monthly — Current month usage summary
  • tuteliq usage history — Daily usage history
  • tuteliq usage by-tool — Usage breakdown by tool

Changes

  • Updated @tuteliq/sdk dependency to ^2.0.0
  • CLI version bumped to 2.1.0

Installation

npm install -g @tuteliq/cli
# or
brew install tuteliq/tap/tuteliq

v2.0.0 — Tuteliq Rebrand

13 Feb 11:33

Choose a tag to compare

Tuteliq CLI v2.0.0

Complete rebrand from SafeNest to Tuteliq.

Breaking Changes

  • Command renamed from safenest to tuteliq
  • Config file renamed from .safenestrc to .tuteliqrc
  • API endpoint changed to https://api.tuteliq.ai
  • Environment variable changed from SAFENEST_API_KEY to TUTELIQ_API_KEY

Migration

- safenest analyze "some text"
+ tuteliq analyze "some text"

- export SAFENEST_API_KEY=your-key
+ export TUTELIQ_API_KEY=your-key

What's New

v1.1.0

12 Feb 10:50

Choose a tag to compare

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

07 Feb 09:35

Choose a tag to compare

  • Update @safenest/sdk dependency to ^1.0.2
  • API compatibility fixes

v1.0.0

06 Feb 16:25

Choose a tag to compare

Initial release of SafeNest CLI