Reference
HOME
Gandalf resolves user-scope evidence relative toHOME. Override the effective home with the --home flag or by setting HOME in your shell environment.
GANDALF_STORE
Points to the on-disk store for snapshots, timeline entries, and the store index. The default is~/.gandalf. The CLI resolution order is:
--store <path>flag.$GANDALF_STORE.- Default
~/.gandalf.
GANDALF_EXPERIMENTAL
Gates destructive operations. SettingGANDALF_EXPERIMENTAL=1 is equivalent to passing --experimental on the affected commands. It does not replace the operation-specific flag: you still need --apply on gandalf restore and --apply-content on gandalf bundle import.
Effective combinations:
gandalf restore --snapshot <name> --apply --experimentalorgandalf restore --snapshot <name> --applywithGANDALF_EXPERIMENTAL=1.gandalf bundle import <bundle> --apply-content --experimentalorgandalf bundle import <bundle> --apply-contentwithGANDALF_EXPERIMENTAL=1.
GANDALF_UPDATE_CHECK
Update notices are off by default in line with the Trust contract. SetGANDALF_UPDATE_CHECK=1 to opt in to update checks.