fslite-cli 0.1.0

Command-line client for fslite: manages named filesystems/workspaces and runs fslite-command verbs against a local database, in-memory database, or remote fslite-server.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# fslite-cli release notes

## Stability: Preview

The CLI surface (flags, subcommands, verb grammar) is the contract for
shell-script embedders. Flag names and behavior are stable; new verbs
and flags may be added without bumping. Breaking changes will bump the
minor version per `SEMVER.md`.

## 0.1.0

Initial release. `fslite` binary with `--db`/`--memory`/`--server`
modes; `create`/`delete`/`use` subcommands for the local
filesystem/workspace registry; REPL mode; `--json` output; per-verb
help (`fslite help [<verb>]`). See the root `CHANGELOG.md` for the
complete list.