Limai Docs
CLI Reference

projects

Project management commands

$limai projects <subcommand>

Manage LimAI projects.

Options
--jsonOutput raw JSON
--verboseEnable debug logging

Subcommands

limai projects list

List the projects your token can access.

limai projects list

limai projects create

Create a new project. --name is required; --team-id defaults to the first accessible team, and --icon sets the project icon emoji.

limai projects create --name "Invoice Processing"

limai projects delete <projectId>

Delete a project and everything inside it (deployments, tables, files).

limai projects delete proj_abc123

Removed subcommands

limai projects schema <projectId>

Removed. A project can hold several deployments, so a single project-level schema was ambiguous. Read configuration per deployment instead:

limai deployments list proj_abc123
limai deployments config <deploymentId>

On this page