The Construct CLI is your command-line interface for managing spaces, projects, and deployments. Built in Go with Cobra.
Installation
brew install construct-cliKey Commands
construct init my-project
construct space create --type code --name backend
construct dev
construct deployConfiguration
name: my-project
spaces:
- type: code
name: backend
- type: docs
name: documentation