Skip to content

Releases: withoneai/cli

v1.37.0

16 Apr 23:58
452fe60

Choose a tag to compare

  • Add --metadata flag to one relay create for platforms that need extra identifiers to register webhooks (GitHub: GITHUB_OWNER/GITHUB_REPOSITORY, Typeform: TYPEFORM_FORM_ID)
  • Surface the API's warning field in human mode on relay create
  • Document the --webhook-secret foot-gun on relay activate (passing it when the endpoint was created with --create-webhook silently drops every delivery)

v1.36.0

16 Apr 00:25
415c3d9

Choose a tag to compare

feat: support binary file downloads with --output flag (#104)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Moe Katib <moe@buildable.dev>

v1.35.0

15 Apr 05:33
4a49847

Choose a tag to compare

feat: add one login and one logout commands (#99)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Moe Katib <moe@buildable.dev>

v1.34.0

14 Apr 05:22
1273d65

Choose a tag to compare

feat: support subdirectories in .one/flows/ (#103)

v1.33.0

14 Apr 02:37
c2c00f3

Choose a tag to compare

feat: config reset command + ancestor config resolution

v1.32.1

14 Apr 02:13
38bd90f

Choose a tag to compare

fix: clear npm cache before update to prevent stale installs

v1.32.0

14 Apr 02:05
a9ea210

Choose a tag to compare

feat: whoami, scoped connection URLs, relay table fix

v1.31.0

13 Apr 03:58
bcf3f7a

Choose a tag to compare

What's New

  • Parallel actions execute--parallel flag to run multiple actions concurrently, separated by --. Includes --max-concurrency control.
  • Local data syncone sync for syncing platform data into local SQLite with pagination, enrichment, transforms, change hooks, scheduling, full-text search, and cross-platform identity matching. Ships with 8 built-in profiles (Attio, Fathom, Gmail, Google Calendar, Notion, Stripe).
  • Input validation — schema-based validation on actions execute with --skip-validation escape hatch.
  • Mock mode--mock flag returns example responses without making API calls.

Fixes

  • platforms --category now filters correctly in agent/JSON output mode.

v1.29.0

09 Apr 01:42
0240dd1

Choose a tag to compare

Per-project config scope for one init. Run init inside a folder to save a scoped config to ~/.one/projects/<slug>/config.json; the CLI prefers it and falls back to global elsewhere. New one config path shows the active scope and fallback chain.

v1.28.0

09 Apr 01:06
eb1dd8f

Choose a tag to compare

Support ONE_API_BASE as env var and .onerc key to override the API base URL per-project. Precedence: env > .onerc > ~/.one/config.json.