Help · CLI reference

OWL Compose CLI command reference

Use the command family that owns the boundary you are changing. The installed --help output remains authoritative for exact flags.

업데이트 September 5, 2026제품 문서OWL Compose CLI 0.1.3 and laterOWL Compose Product

Install, connect, and diagnose

ow setup --target auto
ow setup --relogin --target auto
ow agent doctor --target auto
ow agent uninstall --target all

Author and validate

ow a2ui guide
ow a2ui component ow-chart --format json
ow a2ui check ./artifact/document.owx
ow a2ui preflight ./artifact/document.owx --require ow-table=1
ow a2ui fmt ./artifact/document.owx
ow a2ui compile ./artifact/document.owx --output ./artifact/document.json
ow a2ui digest ./artifact/document.json

Publish and update

The first command creates a Hosted document. The second explicitly binds an artifact directory to an existing document before publishing its next formal version.

ow publish ./artifact/document.json
ow publish ./artifact/document.json --update <document_id>

Inspect exact command help

ow --help
ow a2ui --help
ow publish --help
ow pull --help
ow media --help
제품 경계

Do not automate a flag copied from an old article or conversation until the installed command help confirms it.

FAQ

자주 묻는 질문

What does pull return?

Pull retrieves a current Render Document for inspection or recovery. Keep the editable OWX source in your own source tree.

How do I create a separate document from a bound artifact directory?

Use ow publish with --new-document after checking that a new identity is truly intended.

실제 워크플로 사용

에이전트가 만든 작품을 발표하세요.

CLI를 설치하고 OWX로 작성해 로컬에서 검증한 뒤 비공개 작품으로 게시하세요. 공유할 준비가 되었을 때만 독자 링크를 만듭니다.