CLI
Lokvis CLI
Section titled “Lokvis CLI”@lokvis/cli provides terminal access to Lokvis: run workflows, list capabilities, scaffold plugins.
Install
Section titled “Install”pnpm add -g @lokvis/cliCommands
Section titled “Commands”lokvis run ./my-workflow.json ./input.pngLoads a workflow JSON and runs it on the input files. Note: capabilities that depend on browser APIs (Canvas, createImageBitmap) cannot run in Node.js — use the Web app for those.
capabilities
Section titled “capabilities”lokvis capabilitiesLists all built-in capability declarations.
plugin create
Section titled “plugin create”lokvis plugin create my-pluginScaffolds a new plugin package with the standard layout.
version / help
Section titled “version / help”lokvis versionlokvis help