> ## Documentation Index
> Fetch the complete documentation index at: https://control.datarelay.run/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI & Operator Tools

> Repository scripts that are implemented and operationally relevant.

# CLI & Operator Tools

Data Relay Control is primarily a Web/API product. The repository also includes operator scripts.

| Tool                                           | Purpose                                                  |
| ---------------------------------------------- | -------------------------------------------------------- |
| `bootstrap.sh`                                 | Delegates to the release installer                       |
| `scripts/release/install.sh`                   | Install/bootstrap, migrations, seed, health verification |
| `scripts/release/validate-clean-install.sh`    | Static clean-install preflight                           |
| `scripts/release/generate-self-signed-cert.sh` | Generate local TLS certificate/key                       |
| `scripts/release/backup-before-upgrade.sh`     | Release-stack pre-upgrade database backup                |
| `scripts/release/restore.sh`                   | Guarded release-stack restore                            |
| `scripts/ops/backup-postgres.sh`               | Read-only PostgreSQL backup                              |
| `scripts/ops/restore-postgres.sh`              | Explicitly confirmed PostgreSQL restore                  |
| `scripts/ops/validate-backup-restore-ops.sh`   | Non-destructive script/guard validation                  |
| `./scripts/test/run-backend-full.sh`           | Backend test wrapper                                     |
| `frontend/npm run validate`                    | Frontend validation suite                                |

Do not invent a `datarelay-control` CLI command. No such public CLI is proven by the audited source.
