jan-cli 0.13.0

YAML-defined CLI trees with progressive help, optional exec aliases, merged extra specs, and SQLite audit logging keyed by git branch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
metadata:
  name: packages-demo
  description: |
    Demonstrates `packages.uv` with a pandas-based CSV summary.
    Prefer this tree, then run from the examples directory (so the sample
    CSV path resolves):

      jan use examples --root packages.spec.yaml
      jan --cwd examples summarize-sales run
      jan --cwd examples summarize-sales run --product gadget

    Jan installs pandas into ~/.cache/jan/packages/uv/<hash>/ on first run
    (requires `uv` on PATH).

commands:
  summarize-sales:
    include: packages/summarize-sales.yaml