Skip to content

Configuration

This project is intentionally designed to be minimal and lightweight. It does not support or use a configuration file (such as TOML, JSON, or YAML).

Instead, this template is designed to lean entirely on Go Cobra flags for altering command logic and passing parameters directly at runtime.

If you need a more full-featured CLI template that includes:

  • TOML-based configuration file parsing and management
  • Interactive TUI (Terminal User Interface) components via Bubble Tea
  • Advanced wiring and adapters

Please check out go-cli-template for a complete starter kit.