Operator Spickzettel
Installation
Abschnitt betitelt „Installation“# macOSexport PATH="$HOME/jinflow:$PATH"jinflow versionErstkonfiguration
Abschnitt betitelt „Erstkonfiguration“jinflow us --live-root ~/jinflow-live # wo Tenant-Daten lebenjinflow us millesime.domaine_zufferey # Standard-Tenant setzenjinflow us --api-key sk-ant-... # Claude API Key (fuer KI-Features)Tenant-Lebenszyklus
Abschnitt betitelt „Tenant-Lebenszyklus“jinflow init --pack millesime --tenant szo --source-system opale # aus Pack erstellenjinflow clone millesime.domaine_zufferey --name sandbox # klonenjinflow ls # alle auflistenjinflow pick # interaktiv waehlenjinflow stat # GesundheitscheckBuild-Operationen
Abschnitt betitelt „Build-Operationen“jinflow make # Standard-Tenant bauenjinflow make --all # alle Tenants, alle Packsjinflow make --clean # loeschen + vollstaendiger Rebuildjinflow make --sync # DLZ → raw/ zuerst synchronisierenjinflow make --extract # XLSX → CSV → Sync → Buildjinflow make --snapshot post-audit # nach Build einfrierenSnapshot-Verwaltung
Abschnitt betitelt „Snapshot-Verwaltung“jinflow make --snapshot # Auto-Tag: YYYYMMDD-HHMMjinflow snapshot review-q1 # eigenstaendig (kein Build)jinflow explore --snapshot post-audit # Snapshot durchsuchenAFS Git-Operationen
Abschnitt betitelt „AFS Git-Operationen“jinflow afs status # Branch, Tags, geaenderte Dateienjinflow afs log # Commit-Historiejinflow afs pull # vom Remote pullenjinflow afs push -m "Updated signals" # committen + pushenjinflow afs update --do-it # Pack → Tenant synchronisieren (Three-Way-Merge)jinflow afs reset --do-it # Hard Reset auf Pack-ZustandCloud Sync (R2)
Abschnitt betitelt „Cloud Sync (R2)“jinflow cloud ls # KLS-Dateien + R2-Status auflistenjinflow cloud sync --do-it # zu R2 hochladenjinflow cloud blacklist millesime.domaine_zufferey # Tenant von Sync ausschliessenExplorer
Abschnitt betitelt „Explorer“jinflow explore # Standard-Tenant, Port 4000jinflow explore --port 3000 # benutzerdefinierter Portjinflow explore --docker # in Docker ausfuehrenjinflow explore --cloud # R2 Cloud KLS verwendenFehlerbehebung
Abschnitt betitelt „Fehlerbehebung“| Symptom | Ursache | Loesung |
|---|---|---|
dbt schlaegt mit falschem Adapter fehl | System-dbt ist dbt-fusion | .venv/bin/dbt verwenden |
| KLS Catalog-Fehler mit Punkten | Punkte im DuckDB-Dateinamen | Unterstriche verwenden: pack_tenant_kls.duckdb |
| Hook lehnt Commit ab | Fehlendes semantisches Praefix | Nachricht mit feat:, fix: usw. beginnen |
jinflow make ueberspringt Phasen | Inkrementeller Build | --clean fuer vollstaendigen Rebuild verwenden |
| Explorer zeigt veraltete Daten | KLS nicht neu gebaut | jinflow make ausfuehren, Browser aktualisieren |
v0.45.1 · built 2026-04-17 08:14 UTC