<!-- Canonical page: https://docs.radforge.dev/reference/cli/init/ -->

# rad init

<!-- GENERATED FILE. Run npm run generate in documentation/. Do not edit by hand. -->

```text
Usage: rad init [options]

Initialize Radforge in this repository.

Options:
  --repo-root <path>      Repository root. Defaults to the current working directory.
  --language <language>   Language to initialize: auto, mixed, typescript, or python.
  --target <target>       Installation target: repo, user, or both.
  --dry-run               Preview changes without writing files.
  --yes                   Apply without prompting when exactly one runnable setup is selected.
  --json                  Render the init result as JSON.
```
