Skip to main content

setup

Interactive configuration wizard for Gopher.

Usage

gopher setup [flags]

Flags

FlagDescriptionDefault
--config-dirOverride config output directory~/Documents/Gopher
--modePre-select mode (backtest, live, both)Interactive
--skip-validationSkip connection testsfalse

Examples

# Run the wizard
gopher setup

# Pre-select backtest mode
gopher setup --mode backtest

# Custom output directory
gopher setup --config-dir ./config