Skip to contents

Guides the user through creating a config.yaml via CLI prompts. The first prompt is the (mandatory) methodology mode – reflexive_scaffold, codebook_collaborative, or framework_applied – so the generated config passes validate_config(). This is the text-based companion to the web-based config_wizard_app(). Only works in interactive mode.

Usage

config_wizard(output_path = "config.yaml")

Arguments

output_path

Where to save the config (default "config.yaml")

Value

The path to the created config file (invisibly)

See also

config_wizard_app() for the web-based wizard; methodology_decision_aid() for help choosing a methodology mode.