config:verify
fuel config:verify

fuel 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

FlagDescriptionDefault
--config-onlyOnly validate the fuel.yml syntax/schema. Skip preflight checks (OpenTofu, credentials).

Examples

Full validation with preflight checks

fuel config:verify fuel.yml

Schema-only validation

fuel config:verify fuel.yml --config-only

Live Demo

Simulated terminal output for fuel config:verify. Press replay to restart.

fuel config:verify
$