Skip to content

Mere CLIOne command plane for Mere workspaces.

Install once, onboard safely, inspect live app manifests, and hand agents a secret-free operating pack.

What Mere CLI Is

mere is the public command plane for Mere. It gives humans and agents one entrypoint while product behavior remains owned by the app CLIs bundled inside @merekit/cli.

The root CLI is responsible for discovery, onboarding, context, diagnostics, read-only ops workflows, audit metadata, and MCP access. App CLIs remain authoritative for product authentication, workspace selectors, mutation semantics, and destructive guardrails.

InstallAdd @merekit/cli and confirm the mere binary is available.
OnboardRun mere tui to join the protected waitlist, redeem an invite, or use mere onboard when an operator or agent already has a workspace.
OperateUse manifests, snapshots, and MCP tools to inspect first and delegate carefully.

Start Here

Waitlist before an invite exists:

sh
npm install -g @merekit/cli
mere business waitlist join --email you@example.com

Human waitlist or invite-code first run:

sh
npm install -g @merekit/cli
mere tui

Headless invite bootstrap and operator workspace handoff:

sh
mere business onboard start INVITE_CODE --json
mere onboard --workspace WORKSPACE_ID --target codex --json

Then open the generated ONBOARDING.md for a readable summary and onboarding-report.json for automation.

Next Steps

Released under the Apache License, Version 2.0.