Project Initialization

Command: sidecrate-cli init

Purpose: Create a new project configuration and reserve space on Sidecrate

When to use: Once per project, before first deployment

Required: No (can publish without init, but init provides better workflow)

cd your-project-directory

sidecrate-cli init --name "My Project" --category "html_css_js_php"

Updated on