1.0.0-rc.1 · Release Candidate1 min read
Doctor and Status
Use the installer status and doctor commands to distinguish installation state from full service health.
status and doctor return the explicit edition, preflight checks, a legal-profile warning, and a payment-provider warning. Status answers what the installer can observe about configuration and readiness; it is not a substitute for application health, migration inspection, or end-to-end verification.
Code
node "$INSTALLER_DIR/dist/index.js" status --config "$CONFIG_FILE" --json
node "$INSTALLER_DIR/dist/index.js" doctor --config "$CONFIG_FILE" --json
The API’s public installation status separately returns edition, status, and requiresSetup. Authorized configuration retrieval requires an administrator role.
Verification
Store redacted JSON, exit code, and timestamp. Investigate warnings before acceptance, and never interpret a payment or legal warning as approval.
Related articles
Recovery ChecklistA printable checklist for AutoCore interrupted operations, rollback, restore, and post-recovery acceptance.Installation ManifestUnderstand the installer and edition manifests used to identify source, configuration, files, and compatibility.Installation VerificationVerify process, container, migration, dependency, routing, and application readiness after AutoCore installation.