fslite

command
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2026 License: MIT Imports: 30 Imported by: 0

Documentation

Overview

Command fslite is the CLI for the Fossil-VFS daemon and its operational sidecars (mount/unmount/commit/status/stop). The default subcommand is `serve`, so containers can keep using bare `fslite` as their ENTRYPOINT and pick up config from environment variables.

fslite                       # serve (env-driven; what docker compose runs)
fslite serve                 # same; explicit form
fslite demo                  # start a local demo daemon against ./demo-data
fslite demo --repo path      # demo serving an existing fossil repo
fslite mount [--agent x]     # mount in Finder
fslite unmount               # unmount
fslite commit "msg"          # drain the overlay into a Fossil check-in
fslite ignore [--set/-reset] # manage the sentinel-file filter
fslite status [--agent x]    # print pid/url/repo of one daemon
fslite status --all          # table of every recorded daemon
fslite list                  # synonym for status --all
fslite stop [--agent x]      # SIGTERM the singleton (or a specific one)
fslite stop --all            # SIGTERM every alive daemon

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL