Validate · CLI commands
Validate · CLI commands
Section titled “Validate · CLI commands”The Validate extension contributes two commands, both under wiqd agent:
| Command | What it does |
|---|---|
wiqd agent validate | Static (default) or deep package validation through wiqd Core. |
wiqd agent lsp | Language 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.