📄️ Overview
The following options are available for all moon commands.
📄️ action-graph
The moon action-graph [target] (or moon ag) command will generate and serve a visual graph of
📄️ bin
The moon bin command will return an absolute path to a tool's binary within the toolchain.
📄️ check
The moon check [...projects] (or moon c) command will run all
📄️ ci
The moon ci command is a special command that should be ran in a continuous integration (CI)
📄️ clean
The moon clean command will clean the current workspace by deleting stale cache. For the most
📄️ completions
The moon completions command will generate moon command and argument completions for your current
🗃️ docker
4 items
📄️ ext
The moon ext command will execute an extension (a WASM plugin) that has been configured with
📄️ generate
The moon generate (or moon g) command will generate code (files and folders) from a
📄️ init
The moon init command will initialize moon into a repository and scaffold necessary config files
🗃️ migrate
2 items
📄️ project
The moon project (or moon p) command will display all available information about a
📄️ project-graph
The moon project-graph [name] (or moon pg) command will generate and serve a visual graph of all
🗃️ query
5 items
📄️ run
The moon run (or moon r) command will run one or many targets and all of
📄️ setup
The moon setup command can be used to setup the developer and pipeline environments. It achieves
🗃️ sync
3 items
📄️ task
The moon task (or moon t) command will display information about a task that has been
📄️ teardown
The moon teardown command, as its name infers, will teardown and clean the current environment,
📄️ templates
The moon templates command will list all templates available for code generation.
📄️ upgrade
The moon upgrade command can be used to upgrade your current moon binary (if installed globally)