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.
| Finding | Meaning | Action |
|---|---|---|
pass | The check passed | Continue to the next gate. |
warning | The command can finish but needs operator review | Resolve or record before acceptance. |
blocked | Mutation must not proceed | Correct 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
Upgrade PreflightInspect version, architecture, backup, migration, image, lock, and dependency gates before an AutoCore upgrade.Configuration FileReference the verified flat installer configuration file and its safe public examples.Installation VerificationVerify process, container, migration, dependency, routing, and application readiness after AutoCore installation.