Skip to main content
The init command creates your deployment directory with all necessary configuration files.

Usage

For all available options:

What Gets Created

The init command creates different directory structures depending on the installation mode.

System Mode (Default)

When using system mode (requires sudo), files are created in standard system directories:

User Mode

When using user mode (--user flag, no sudo required), files are created in ~/.2501/default/:

Auto-Generated Secrets

The init command automatically generates all required secrets:
  • CREDENTIAL_DECRYPTION_KEY / CREDENTIAL_ENCRYPTION_KEY
  • ENGINE_API_KEY
  • AUTH_SECRET
  • LOG_ENCRYPTION_KEY
These secrets are generated once and must be preserved. Never regenerate them after initial deployment as this will break existing credentials.

Quick Start