Back to Moon

projects

website/docs/commands/projects.mdx

2.2.42.6 KB
Original Source

import VersionLabel from '@site/src/components/Docs/VersionLabel';

<VersionLabel version="2.0.0" header />

The moon projects command will list all projects configured in the workspace as a table of information.

shell
╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│Project          Source                    Stack             Layer             Toolchains                                Description                                                   │
│───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│
│types            packages/types            frontend          library           javascript, node, typescript, yarn                                                                      │
│website          website                   frontend          application       javascript, node, typescript, yarn        A static website powered by Docusaurus.                       │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

:::info

Use moon query projects for advanced querying and filtering of projects.

:::

Options

  • --json - Print the projects as JSON.