Anybuild documentation
Help and Troubleshooting
Inspect detection and plans, isolate generation problems, and report useful details.
Inspect before building
Start with the evaluated provider and non-default configuration. This does not execute build steps.
Terminal
anybuild plan .anybuild plan . --out plan.jsonCheck generated definitions
Regenerate when provider behavior has changed. Use a temporary definition to test fresh detection without replacing the checked-in Anybuild file.
Terminal
anybuild . --regenerate --startanybuild . --temp-anybuild --startCheck environment overrides
An ANYBUILD_* value overrides its SHIPIT_* compatibility fallback. Also check PORT, --serve-port, and the selected .env files when runtime behavior differs between environments.
Report a problem
Include the Anybuild version, command, selected provider, project manifest files, and the complete error with credentials removed.
Terminal
anybuild --versionanybuild plan .Search or open an issue in the Anybuild issue tracker.