Skip to content
Apothem
Referenz

CLI-Referenz

Apothem-CLI-Referenz — alle Unterbefehle und Flags.

Die apothem-CLI ist die primäre Bedienoberfläche zum Verwalten des gemeinsamen Profils und der Harness-Adapter.

Globale Flags

FlagBeschreibung
--versionGibt die Apothem-Version aus und beendet sich
--helpGibt die Hilfe zum Befehl aus

Unterbefehle

apothem install

Installiert einen Harness-Adapter aus dem gemeinsamen Profil.

apothem install --harness <name|all> [--profile PATH] [--project PATH] [--dry-run]
OptionBeschreibung
--harness <name>Name des Harness-Adapters (siehe kanonische Werte unten). Erforderlich.
--profile PATHPfad zur YAML-Datei des gemeinsamen Profils. Standard: ~/.config/apothem/profile.yaml.
--project PATHProjektwurzel für Harnesses mit Projektbereich.
--dry-runVorschau der Installation ohne Schreiben von Dateien.

Kanonische --harness-Werte:

antigravity
claude-code
codebuddy
codex
cursor
gemini-cli
github-copilot
hermes
kiro
open-claw
opencode
qwen-code
trae
windsurf
zed

Verwende --harness all --project <path>, um die registrierungsweite Menge auszuwählen. Die exclude_harnesses-Liste des Profils wird bei der Stapelauswahl für Installation/Aktualisierung berücksichtigt.

apothem update

Leitet die native Konfiguration eines Harness-Adapters aus dem aktuellen gemeinsamen Profil neu ab.

apothem update --harness <name|all> [--profile PATH] [--project PATH] [--dry-run]
OptionBeschreibung
--harness <name>Name des Harness-Adapters. Erforderlich.
--profile PATHPfad zur YAML-Datei des gemeinsamen Profils.
--project PATHProjektwurzel für Harnesses mit Projektbereich.
--dry-runVorschau der Aktualisierung ohne Schreiben von Dateien.

update materialisiert die Harness-Ausgabe neu. Es aktualisiert nicht das Paket der Apothem-CLI; verwende für Paket-Upgrades den Paketmanager, mit dem Apothem installiert wurde.

apothem uninstall

Entfernt die native Konfiguration eines Harness-Adapters.

apothem uninstall --harness <name|all> [--project PATH] [--yes]
OptionBeschreibung
--harness <name>Name des Harness-Adapters. Erforderlich.
--project PATHProjektwurzel für Harnesses mit Projektbereich.
--yesÜberspringt die Bestätigungsabfrage.

apothem verify

Prüft, ob ein Harness-Adapter installiert ist und sein Ausgabepfad vorhanden ist.

apothem verify --harness <name|all> [--project PATH]
OptionBeschreibung
--harness <name>Name des Harness-Adapters oder all. Erforderlich.
--project PATHProjektwurzel für Harnesses mit Projektbereich.

Der Exit-Code ist 0, wenn der Adapter installiert ist, und 1, wenn nicht.

apothem profile

Verwaltet das gemeinsame Apothem-Profil.

apothem profile show [--profile PATH]
apothem profile init [--profile PATH] [--force]
apothem profile set <key> <value> [--profile PATH]
apothem profile edit [--profile PATH]
UnterbefehlBeschreibung
profile initErstellt ein schema-gültiges minimales Profilgerüst.
profile showGibt das aufgelöste Profil (YAML) auf stdout aus.
profile set <key> <value>Setzt ein Profilfeld. Der Wert wird als YAML geparst (Strings, Zahlen, Booleans, Listen und Mappings werden alle akzeptiert).
profile editÖffnet das Profil in $EDITOR (fällt auf den plattformüblichen Standardeditor zurück).

Die Option --profile PATH richtet jeden Unterbefehl auf eine alternative Profildatei aus. Standard: ~/.config/apothem/profile.yaml.

apothem harnesses

Listet registrierte Harness-Adapter auf und inspiziert sie.

apothem harnesses list
apothem harnesses show <name>
UnterbefehlBeschreibung
harnesses listGibt eine Tabelle jedes registrierten Adapters mit seinem Installationsstatus-Flag und Ausgabepfad aus.
harnesses show <name>Gibt Name, Installationsstatus und Ausgabepfad eines Adapters aus.

apothem doctor

Führt Systemdiagnosen für die Apothem-Installation aus.

apothem doctor

Gibt die Apothem-Version, den Python-Interpreter, die Plattform, den aufgelösten Profilpfad und eine Installationsstatustabelle pro Harness aus. Der Exit-Code ist 0, wenn jeder registrierte Adapter als installiert gemeldet wird; andernfalls 1.

Generierte Befehls- und Flag-Referenz

CommandFlagsDescription
apothem completionPrint a shell-completion script for SHELL to stdout. Supported shells: bash, zsh, fish, powershell. Every script is generated by Click's env-var completion protocol — PowerShell through the completion class registered above, since Click ships none natively. Enabling completion is opt-in: this command only prints the script — pipe or append it to the shell's completion file yourself (see --help).
apothem diff--format, --harness, --json, --no-color, --profile, --project, --quiet, -q, --verbose, -vPreview the pending configuration changes for a single harness.
apothem doctor--format, --json, --no-color, --quiet, -q, --verbose, -vReport Apothem environment and installation health, exiting non-zero on any failure. Prints the engine version, Python, and platform, validates the shared profile against the packaged schema — a present-but-malformed profile is a failure, not a green "found" — and probes every registered adapter's install state. An adapter that raises degrades to an error row rather than aborting the sweep. Any failed check — an invalid profile, or a harness that is uninstalled or could not be probed — forces a non-zero exit so a CI or setup step can gate on it.
apothem harnesses list--format, --json, --no-color, --quiet, -q, --verbose, -vList all registered harness adapters.
apothem harnesses show--format, --json, --no-color, --quiet, -q, --verbose, -vShow details for a specific harness adapter.
apothem install--clean, --fresh, --dry-run, --format, --harness, --json, --no-color, --profile, --project, --quiet, -q, --verbose, -v, --yesInstall a harness adapter configuration.
apothem migrate-workspace--dry-run, --format, --json, --no-color, --project, --quiet, -q, --verbose, -vMigrate a legacy per-harness workspace into the shared .apothem layout. The base is the resolved --project root when supplied, otherwise the current working directory (the project-local default). Per-harness memory/contexts/learning stores union-merge into the shared store; a conflicting record is skipped, never overwritten; a legacy .plans tree moves under .apothem/plans; every consumed source is backed up first. The migration is idempotent.
apothem profile edit--format, --json, --no-color, --profile, --quiet, -q, --verbose, -vOpen the shared profile in the system editor.
apothem profile init--force, --format, --json, --no-color, --profile, --quiet, -q, --verbose, -vCreate a schema-valid shared profile scaffold.
apothem profile set--format, --json, --no-color, --profile, --quiet, -q, --verbose, -vSet a key in the shared profile. KEY is a dotted path that descends into the nested profile structure (identity.name, preferences.style, enforcement.sprints, harnesses.&lt;harness&gt;.preferences.style); a single key with no dot sets a top-level node. VALUE is stored as a literal string — bare words are not coerced (no stays "no", 2024-01-01 and 1.0 stay strings) — except true/false (the boolean enforcement flags) and explicit [...]/&#123;...&#125; list/map input. The fully-assembled profile is validated against the packaged schema BEFORE writing; an invalid set is refused with the standard diagnostic and the profile on disk is unchanged.
apothem profile show--format, --json, --no-color, --profile, --quiet, -q, --verbose, -vDisplay the current shared profile.
apothem quickstart--format, --harness, --json, --no-color, --profile, --project, --quiet, -q, --verbose, -v, --yesGuided first run: ensure a profile, preview the writes, then install. Walks a new operator through the canonical path in one linear flow — create a starter profile if none exists (with a personalize nudge), preview the files each harness will write (project root vs your home directory), confirm, then install with the grouped capability-note output — and ends with the recommended next commands. --yes runs the whole sequence non-interactively; --format json emits one structured summary of every step. It composes the install building blocks; it does not duplicate them.
apothem rollback--format, --harness, --install-id, --json, --last, --no-color, --project, --quiet, -q, --verbose, -v, --yesRestore a harness to the state before its recorded install.
apothem status--format, --json, --no-color, --profile, --project, --quiet, -q, --verbose, -vReport install, verify, and drift state for every registered harness.
apothem uninstall--format, --harness, --json, --no-color, --project, --quiet, -q, --verbose, -v, --yesRemove a harness adapter configuration.
apothem update--dry-run, --format, --harness, --json, --no-color, --profile, --project, --quiet, -q, --verbose, -vRe-install a harness adapter configuration from the current profile.
apothem verify--format, --harness, --json, --no-color, --profile, --project, --quiet, -q, --verbose, -vVerify a harness adapter installation. Without --profile the check is structural: every managed target must be present and valid. With --profile the check additionally requires profile fidelity, so a present-but-drifted install fails verify — answering "is THIS profile faithfully installed?" rather than merely "does it exist?".

On this page