Command Reference¶
Full reference for all bookeeper commands.
Global Flags¶
| Flag | Env Var | Default | Description |
|---|---|---|---|
-v, --verbose |
VERBOSE |
false | Verbose output |
-s, --steam-path |
STEAM_PATH |
~/.steam/steam |
Steam installation path |
-u, --user-data-path |
USER_DATA_PATH |
(auto) | Steam userdata path |
-m, --mods-install-dir |
MODS_INSTALL_DIR |
(auto) | BG3 mods directory |
--mod-settings-lsx-path |
MOD_SETTINGS_LSX_PATH |
(auto) | modsettings.lsx path |
bookeeper status¶
Show comprehensive status.
Displays:
- Bookeeper paths
- BG3 paths and bg3se status
- Active mods
- Current profile
- Available profiles
- Available mods
bookeeper mods¶
mods activate¶
Activate a mod.
Creates symlinks and updates modsettings.lsx.
mods deactivate¶
Deactivate a mod.
Removes symlinks and updates modsettings.lsx.
mods deactivate-all¶
Deactivate all mods (except GustavDev).
mods make-available¶
Import a mod from a zip file.
Extracts mod to bookeeper storage.
mods make-unavailable¶
Remove a mod from bookeeper storage.
Deletes mod files from storage.
mods list¶
List all mods (active and available).
mods list-active¶
List only active mods.
mods list-available¶
List only available (imported) mods.
mods status¶
Show mod status (alias for list).
bookeeper profiles¶
profiles save¶
Save current active mods as a profile.
profiles load¶
Load and activate a profile's mods.
profiles delete¶
Delete a saved profile.
profiles list¶
List all profiles.
profiles status¶
Show profile status (alias for list).
profiles deactivate-all¶
Deactivate all mods (clear profile).
bookeeper bg3se¶
bg3se install¶
Download and install BG3 Script Extender.
Fetches latest release from GitHub.
bg3se status¶
Show bg3se installation status.
bookeeper get¶
Get specific paths or info.
get all¶
Show all paths.
get bookeeper-dir¶
get bookeeper-downloaded-mods-dir¶
get bookeeper-profiles-dir¶
get bg3-dir¶
get bg3-bin-dir¶
get bg3-mod-dir¶
get bg3-modsettings-path¶
get active-profile¶
bookeeper completion¶
Generate shell completion scripts.
bookeeper completion bash
bookeeper completion zsh
bookeeper completion fish
bookeeper completion powershell
bookeeper print-cmd-tree¶
Print the full command hierarchy.
bookeeper help¶
Get help on any command.