Back to Eliza

CLI Reference

packages/docs/cli-reference/overview.mdx

2.0.1837 B
Original Source

The elizaos binary creates and upgrades generated workspaces. It does not run the generated app directly; use the generated package scripts for app workflows.

Install

bash
npx elizaos
bun add -g elizaos

Commands

CommandPurpose
elizaos createCreate a project or plugin from a packaged template.
elizaos upgradeUpgrade managed files in the current generated workspace.
elizaos infoShow available templates and languages.
elizaos versionPrint CLI version information.

App Workflows

After creation, run project or plugin scripts:

bash
bun install
bun run dev
bun run build
bun run test

The exact script list is defined by the generated package.json.