Help · CLI reference

OpenWiki CLI command reference

The command tree separates local document construction from Hosted identity and delivery. Choose the smallest command that owns the boundary you are working on.

Updated August 3, 2026Product documentation

Document construction commands

Draft commands create sections, datasets, facts, metrics, media, charts, tables, flows, code blocks, lists, and feedback actions without hand-writing the generated package.

ow a2ui draft
ow a2ui digest

Hosted delivery commands

Publish creates or updates a Hosted identity. Pull retrieves the current typed package so work can continue on another machine.

ow publish <document.mdw>
ow pull <document_id> -o document.mdw

Installation and credential commands

ow setup --target auto
ow login
ow agent install --target auto
ow agent doctor --target auto

Inspect live help before scripting

The CLI is the authoritative source for flags. Run --help at the command level you are about to automate instead of copying an old invocation from a conversation.

ow --help
ow publish --help
ow a2ui draft --help

FAQ

Frequently asked questions

What is the difference between ow setup and ow login?

Setup configures Hosted credentials and Agent skills as one workflow. Login focuses on saving the Hosted credential.

Which command tells me what is inside a built package?

Use ow a2ui digest on the .mdw file to inspect its deterministic identity and entry count.

Use the real workflow

Publish what your agent creates.

Give every report, document, or plan its own reader-ready page. Comments, review decisions, and formal revisions can flow back from there.