Skip to main content
CLI

Run OpenDocs with platphormctl

The CLI should discover first, validate second, exercise third, trace everything, and report honestly. These examples are operator workflows; protected publish commands require PLATPHORM_API_KEY.

Examples
Use dry-run for harness and publish flows until protected credentials and persistence are configured.
platphormctl site inspect docs
platphormctl mcp validate docs
platphormctl policy inspect docs
platphormctl docs search "mcp"
platphormctl docs submit url https://example.com
platphormctl publish file README.md --to docs
platphormctl publish url https://example.com --to docs
platphormctl publish report <runId> --to docs
platphormctl harness run docs-to-sheets --dry-run
platphormctl harness run content-pipeline --dry-run
platphormctl harness run podcast-pipeline --dry-run