DeveloperForge runtimeDeployment
Production Checklist
Production build checks and deployment best practices.
Production Build Checks
Production builds (--prod) enforce:
- No
dev-openegress mode - No dev-only tools (
local_shell,local_file_browser) - Secret provider chain must include
env(not justencrypted-file) .dockerignoremust exist if a Dockerfile is generated
Command Platform Export
For Initializ Command integration, export the agent spec:
# Export with embedded schemas
forge export --pretty --include-schemas
# Simulate Command import
forge export --simulate-importSee Command Integration for the full integration guide.