← 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 template
forge runDetect stack and start dev environment
forge testExecute integrated test suite
forge deployPush current state to cloud targets
forge audit --deepPerform full security/perf audit
forge analyzeRun AI neural code analysis

The 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.