Skip to content

OmniVec CLI v1.1.2

Choose a tag to compare

@prsasattmsprsasattms released this 27 May 16:39
· 51 commits to main since this release

OmniVec CLI v1.1.2

Patch release on top of v1.1.1.

Fixes

  • omnivec search — send destination_ids: [id] (array) to match the v1.1.1+ /api/playground/search schema. Fixes 422 body.destination_ids: Field required.
  • omnivec model delete <name|id> — now resolves provider names to mdl-* ids before calling the API. Fixes 404 when deleting by name.
  • omnivec model list -o json — returns a bare array, matching pipeline/source/destination list. Table output unchanged.

Downloads

Pick the binary for your OS/arch below.

OS Arch File
Linux amd64 omnivec-v1.1.2-linux-amd64
Linux arm64 omnivec-v1.1.2-linux-arm64
macOS amd64 omnivec-v1.1.2-darwin-amd64
macOS arm64 omnivec-v1.1.2-darwin-arm64
Windows amd64 omnivec-v1.1.2-windows-amd64.exe
Windows arm64 omnivec-v1.1.2-windows-arm64.exe

Upgrade

  • macOS / Linux: chmod +x omnivec-v1.1.2-<os>-<arch> && sudo mv omnivec-v1.1.2-<os>-<arch> /usr/local/bin/omnivec
  • Windows: replace bin\omnivec.exe with omnivec-v1.1.2-windows-amd64.exe.

No config or server changes required.