Who uses the CLI
- Technical writers who prefer Markdown and pull requests over a web editor.
- Engineering teams syncing product docs into a customer-facing help center from the same repo.
- CI pipelines that publish content on merge.
What it does
Author in Markdown
Author in Markdown
Push and pull
Push and pull
opencx content push publishes local changes. opencx content pull fetches remote edits into your working tree, so dashboard-authored and CLI-authored content stay in sync.Validate before you ship
Validate before you ship
opencx content check validates every article against your help center’s rules — broken internal links, missing translations, malformed frontmatter — before you push.Ship from CI
Ship from CI
Set
OPENCX_API_KEY in your CI environment and call the CLI from a workflow step. See CI/CD Integration.Related Documentation
Quickstart
Install, authenticate, and push your first article.
CLI Commands
Reference for every
opencx subcommand.Configuration
opencx.toml options and environment variables.CI/CD Integration
Publish help center content from GitHub Actions or other pipelines.