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
Click to show internal directories.
Click to hide internal directories.