fuel config:verifyfuel config:verify
Validate a fuel.yml configuration file and run preflight checks.
Usage
fuel config:verify <path> [options]Description
Parses and schema-validates the fuel.yml file at the given path. By default also runs preflight checks: verifies OpenTofu is installed and the correct version, and validates AWS and GitHub credentials. Use --config-only to skip the preflight checks.
Options
| Flag | Description | Default |
|---|---|---|
--config-only | Only validate the fuel.yml syntax/schema. Skip preflight checks (OpenTofu, credentials). | — |
Examples
Full validation with preflight checks
fuel config:verify fuel.ymlSchema-only validation
fuel config:verify fuel.yml --config-onlyLive Demo
Simulated terminal output for fuel config:verify. Press replay to restart.
fuel config:verify
$