CLI reference¶
The CLI is intentionally small. It supports discovery and diagnostics, not production workflow orchestration.
zeo-creator capabilities¶
List the complete capability catalog:
Emit canonical JSON:
Emit OpenAI-compatible function projections:
zeo-creator runtime-provider¶
Added in 0.5.4. Emit the complete installed inventory as one canonical JSON document for trusted Runtime provisioning:
This performs no invocation or admission. Runtime supplies the verified
environment_digest and generation to form Core's ProviderBinding, then
uses the shared host for scoped discovery and calls.
zeo-creator doctor¶
Check the interpreter, exact Zeocore version, manifest discovery, and projection compatibility:
Contract schemas¶
List the stable contract catalog:
Export the schemas bundled in the installed wheel:
Print one named contract version:
zeo-creator --version¶
What is intentionally absent¶
There is no daily-run, schedule, approve, publish, OAuth, credential, or daemon command. Those operations belong to Sovereign Agent, a ZEO runtime, or managed connection infrastructure.