Overview
core-system init is a project setup wizard built into the Sulus CLI that intelligently integrates Sulus into an existing codebase: it detects your framework, installs the appropriate SDK, and generates working example code and configuration — all from a single command. This page covers the wizard itself. For the underlying CLI authentication it relies on, see CLI & API Key Auth and CLI Key Rotation & Multi-Account.
Run it from your project root:
cd my-project
core-system initThe wizard will:
- Detect your project type and framework
- Install the appropriate Sulus SDK
- Generate example components and API routes
- Create environment configuration templates
- Provide next steps specific to your setup