Skip to content
Work IQ Dev Tools are in preview (v0.14.0). Commands and APIs may change before 1.0. See the installation guide.

Validate · CLI commands

The Validate extension contributes two commands, both under wiqd agent:

CommandWhat it does
wiqd agent validateStatic (default) or deep package validation through wiqd Core.
wiqd agent lspLanguage Server Protocol server for editor integration (hidden from --help).

wiqd agent validate --mode deep hands the resolved app package to the bundled wiqd Core validation handler. It does not require the ATK CLI. wiqd agent lsp is invoked automatically by the VS Code extension — you almost never run it by hand.