- Overview
- Examples
- Project Types
- Troubleshooting
Usage
Getting Help
Options
| Option | Description |
|---|---|
-y, --yes | Skip confirmation and use defaults (default: false) |
--type <type> | Type of template to use (project, plugin, agent, or tee) (default: project) |
[name] | Name for the project, plugin, or agent (optional) |
Interactive Process
When you runelizaos create without options, it launches an interactive wizard:- What would you like to name your project? - Enter your project name
- Select your database: - Choose between:
pglite(local, file-based database)postgres(requires connection details)
Default Values (with -y flag)
When using the-y flag to skip prompts:- Default name:
myproject - Default type:
project - Default database:
pglite

