Aller au contenu

Aide-mémoire opérateur

Téléchargez la dernière version. Le package est autonome — pas besoin de Python, Node ou dbt.

Fenêtre de terminal
# macOS
export PATH="$HOME/jinflow:$PATH"
jinflow version
Fenêtre de terminal
jinflow us --live-root ~/jinflow-live # where tenant data lives
jinflow us millesime.domaine_zufferey # set default tenant
jinflow us --api-key sk-ant-... # Claude API key
Fenêtre de terminal
jinflow init --pack millesime --tenant szo --source-system opale # from pack
jinflow clone millesime.domaine_zufferey --name sandbox # clone
jinflow ls # list all
jinflow pick # interactive picker
jinflow stat # health check
Fenêtre de terminal
jinflow make # build default tenant
jinflow make --all # all tenants, all packs
jinflow make --clean # drop + full rebuild
jinflow make --sync # sync DLZ → raw/ first
jinflow make --extract # XLSX → CSV → sync → build
jinflow make --snapshot post-audit # freeze after build
Fenêtre de terminal
jinflow make --snapshot # auto-tag: YYYYMMDD-HHMM
jinflow snapshot review-q1 # standalone (no build)
jinflow explore --snapshot post-audit # browse a snapshot
Fenêtre de terminal
jinflow afs status # branch, tags, dirty files
jinflow afs pull # fast-forward from remote
jinflow afs push -m "Updated signals" # commit + push
jinflow afs update --do-it # sync pack → tenant
jinflow afs reset --do-it # hard reset to pack state
Fenêtre de terminal
jinflow cloud ls # list KLS files + R2 status
jinflow cloud sync --do-it # upload to R2
jinflow instance refresh --all # refresh all instances
{live_root}/{pack}/{tenant}/
afs/ ← analytical framework (git-backed)
raw/ ← immutable source CSVs
build/ ← intermediaries
store/ ← KLS + SIS + snapshots
{pack}_{tenant}_kls.duckdb working KLS
{pack}_{tenant}_sis.duckdb mutable SIS
YYYYMMDD-HHMM_kls.duckdb auto snapshot
post-audit_kls.duckdb named snapshot
SymptômeCauseSolution
dbt échoue avec mauvais adaptateurLe dbt système est dbt-fusionUtiliser .venv/bin/dbt
Erreur de catalogue KLS avec des pointsPoints dans le nom de fichier DuckDBUtiliser des underscores
Hook rejette le commitPréfixe sémantique manquantCommencer par feat:, fix:, etc.
jinflow make saute des phasesBuild incrémentalUtiliser --clean
Explorer affiche des données obsolètesKLS pas reconstruitExécuter jinflow make
jazzisnow jinflow is a jazzisnow product
v0.45.1 · built 2026-04-17 08:14 UTC