Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Preflight

Run and interpret the source-verified AutoCore installer preflight before mutation.

The installer preflight command checks the explicit edition, Node major version, configuration schema version, backup directory, and safe payment default. The full rehearsal adds disposable runtime checks for architecture, disk, ports, dependencies, image availability, health, and routing.

FindingMeaningAction
passThe check passedContinue to the next gate.
warningThe command can finish but needs operator reviewResolve or record before acceptance.
blockedMutation must not proceedCorrect the input or environment, then rerun.

The installer returns exit code 2 for blocked commands and 0 for pass or warning results. --json is the machine-readable form.

Verification

Code
node "$INSTALLER_DIR/dist/index.js" preflight --config "$CONFIG_FILE" --json

Do not interpret a passing CLI preflight as proof of external provider approval or production readiness.

Related articles