Theme
Tutorial

Getting Started with the Construct CLI

Flakerim Ismani · · 1 min read

The Construct CLI is your command-line interface for managing spaces, projects, and deployments. Built in Go with Cobra.

Installation

brew install construct-cli

Key Commands

construct init my-project
construct space create --type code --name backend
construct dev
construct deploy

Configuration

name: my-project
spaces:
  - type: code
    name: backend
  - type: docs
    name: documentation