Back to Eliza

elizaos upgrade

packages/docs/cli-reference/upgrade.mdx

2.0.1604 B
Original Source
bash
elizaos upgrade [options]

Run this command from the root of a generated project or plugin. The command reads .elizaos/template.json, renders the latest version of the same template, updates managed files, and reports conflicts.

Options

OptionDescription
--checkPreview changes without writing files.
--dry-runPreview changes without writing files.
--skip-upstreamSkip updating the upstream eliza checkout.

Examples

bash
elizaos upgrade --check
elizaos upgrade

Use --check before writing changes when you have local edits.