1.6 KiB
1.6 KiB
@ocas/cli
0.4.0 — 2026-06-07
- New
ocas export <root> [<root>...] -o <bundle.tar>— export CAS closures as self-contained tar bundles. - New
ocas import <bundle.tar> [--scope @new]— import bundles into a store. - New global
--store <bundle.tar>flag — open a bundle as read-only store for inspection commands. - Rename
ocas prompt setuptoocas prompt bootstrapwith programmatic generation. - New
ocas prompt listsubcommand.
0.3.1 — 2026-06-04
- Fix prompt docs:
bun→pnpminstall instructions, remove stale--var-dbflag.
0.3.0 — 2026-06-03
- No CLI-specific changes. Coordinated version bump with
@ocas/fs0.3.0.
0.2.2 — 2026-06-03
- Lint and format fixes.
0.2.1 — 2026-06-03
- Full CLI build support with
tscemit + Node compatibility. - Migrate runtime from Bun to Node.js + pnpm.
0.2.0 — 2026-06-02
Breaking Changes
ocas var tagsubcommand removed — useocas tag/ocas untaginstead.
New Features
- Top-level
ocas tag <target> <tag>...andocas untag <target> <tag>...commands. ocas getandocas var getnow include tag info in output.ocas list --tagandocas var list --tagfilter support.
0.1.2 — 2026-06-02
- Fix render output missing trailing newline.
- Add agent skill setup hint with version to help output.
- Remove postinstall script.
0.1.1 — 2026-06-02
- Add
ocas prompt usageandocas prompt setupcommands. - Add
--versionflag.
0.1.0 — 2026-06-01
Initial release. CLI tool for OCAS with put, get, list, render, verify, gc, var, and template commands.