Skip to main content
13 May 2026Docs · 03

← Docs

CLI reference

Every devrel verb.

24 verbs across six groups. Run devrel <verb> --help for full flags and arguments.

CLI binary stays devrel; package is devrel-origin.

Setup

  • devrel init

    Interactive wizard: scaffold .devrel/, configure LLM key, run health check, edit voice.md, generate first draft. --skip-chain, --skip-draft, --non-interactive available.

  • devrel auth

    Pick provider (Anthropic / OpenRouter), validate with one-token ping, write .devrel/.env chmod 600. --rotate, --no-validate, --non-interactive.

  • devrel doctor

    Health check: state.db schema, LLM key validity, KB presence, voice/style/slop completeness. Names the fix verb on each failure.

  • devrel migrate

    Upgrade state.db schema after a devrel-origin version bump.

  • devrel config· get <key> · set <key> <value>

    Read or write a single config.toml field without opening the file.

Pipeline

  • devrel run

    Execute the full weekly cycle: all 15 agents in dependency order, populate deliverables/<iso-week>/, write OKR rollup to state.db.

  • devrel schedule· install --expression <cron> · list · remove

    Register / inspect / remove the user-crontab entry that runs devrel run on cadence.

  • devrel cost

    Per-run and rolling token spend across providers. Compares to the budget cap in config.toml.

DevRel

  • devrel triage

    Run Sage alone. GitHub issue priority + churn-risk scoring.

  • devrel listen

    Run Echo alone. Reddit + HN + X mention harvest with batch sentiment.

  • devrel synthesize

    Run Iris alone. Theme extraction from collected signals.

  • devrel experiment

    Run Nova alone. A/B test pre-registration with power analysis.

  • devrel intel

    Run Rex alone. Competitive landscape + threat scoring.

  • devrel content· draft "<topic>" · slop <file> · audit <file>

    Generate a single piece via Kai (8-stage editorial pipeline), or audit an existing draft against voice / style / slop.

  • devrel docs

    Run Dex alone. AST-walks your code, generates API reference + architecture docs against your KB.

  • devrel video· record

    Run Vox alone. Generate screen-recorded walkthrough scripts + TTS narration.

Sales & growth

  • devrel marketing· blog · landing · social · campaign

    Run Mox alone for any cross-channel campaign artifact.

  • devrel sales· outreach · battlecard

    Run Pax alone. Outreach sequences or competitor battle cards.

  • devrel growth

    Run the growth pipeline: Nova hypotheses, Cyra funnel drop-offs, Argus post-publish recs.

  • devrel cro

    Run Cyra alone. Pulls PostHog funnel time-series + drafts 3 ICE-scored A/B hypotheses.

Grounding

  • devrel kb· add <url> · list · refresh

    Harvest a single URL via Firecrawl into .devrel/kb/, list what's there, or re-harvest configured sources. JS-rendered React docs may need manual markdown lifting (Firecrawl returns nav-chrome only on those).

Reporting

  • devrel analytics· report · history · diff · calibration · summary

    PostHog + GitHub + Instantly rollups. Calibrated recommendations, week-over-week diffs.

  • devrel argus· summary · history · diff · calibration · report

    Run Argus alone. Post-publish content performance + double-down / retire / rewrite recommendations.

  • devrel deliverables· list · show <slug>

    Browse what shipped this week / past weeks. Each entry has its trace JSON.