Skip to content

Init Commands

Initialize SuperQode configuration in a repository (creates superqode.yaml).


init

superqode config init [--force]

What It Does

  • Creates/overwrites ./superqode.yaml
  • Creates .superqode/ runtime directory (artifacts, history, temp)

Examples

# Initialize current directory
superqode config init

# Overwrite existing config
superqode config init --force