grgr config
Interactively generate a config.yml and .env for this project.
The command walks through the required settings step by step:
Discovers GRAMPS databases in the default location and lets you pick one, or enter a custom path.
Lets you search for and choose root people (the starting points for the site).
Prompts for site title, Ancestry tree ID, output directory, and site root.
Writes
config.ymland creates a.envfile pointing to it.
Usage: grgr config [OPTIONS]
╭─ Options ──────────────────────────────────────────────────────────────────────────────╮
│ --output -o PATH Path to write the config file [default: config.yml] │
│ --yes -y Overwrite existing config without prompting │
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────╯
Options
- --output, -o PATH
Path to write the config file. Defaults to
config.ymlin the current directory.
- --yes, -y
Overwrite an existing config file without prompting for confirmation.