Skip to main content

Usage

Getting Help

Options

Interactive Process

When you run elizaos create without options, it launches an interactive wizard:
  1. What would you like to name your project? - Enter your project name
  2. 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