claustro init#

Initialize a new claustro project with an interactive setup wizard.

Usage#

claustro init [flags]

Flags#

FlagDescriptionDefault
--projectProject namedirectory basename
--languagesComma-separated: go,rust,pythonall enabled
--toolsComma-separated: dev,buildall enabled
--mcpComma-separated: filesystem,memory,fetchall enabled
--cpusCPU limit4
--memoryMemory limit8G
--firewallEnable egress firewallfalse
--readonlyMount source read-onlyfalse
-y, --yesAccept all defaultsfalse

Examples#

claustro init
claustro init -y
claustro init --languages go,python --cpus 8 --memory 16G