← Back to Command Center
Command MATRIX Docs
The complete guide to orchestrating the digital frontier. From basic bootstrapping to complex neural configurations.
CLI Reference
Complete command breakdown. Learn how to use init, run, deploy, and analyze like a pro.
Configuration
Deep dive into forge.config.yaml. Customize your build pipelines, infra providers, and testing environments.
Plugin API
Extend Forge CLI with your own logic. Build custom providers, audit hooks, and neural scanners.
Quick Start Matrix
forge initBootstrap a new project templateforge runDetect stack and start dev environmentforge testExecute integrated test suiteforge deployPush current state to cloud targetsforge audit --deepPerform full security/perf auditforge analyzeRun AI neural code analysisThe Forge Philosophy
Forge is designed around the concept of **"Zero-Config Intent"**. You shouldn't have to tell the tool what you're building; the tool should understand it by analyzing your project's structure.
$ forge analyze > Analyzing stack... > Detected: Next.js + Tailwind > Found 4 code smells > CPU overhead: 1.2% > Audit Passed.