Introducing Polyscope! The agent-first dev environment. Introducing Polyscope! The agent-first dev environment. Run coding agents in parallel and ship faster than ever. Learn more
Forge CLI allows you to link and manage multiple sites and servers to one working directory.
This is especially useful, when you have multiple environments for your project (for example staging and production).
All Forge CLI commands allow you to pass the environment that you want to target as an additional command line argument. The default environment is always "production".
Examples:
# This will link Forge with a site for the "production" environment
forge init
# This will link Forge with a site for the "staging" environment
forge init staging
Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.