Skip to main content

init Command

Initialize FluxLoop projects.

Usage

fluxloop init project --name <project-name>

Options

  • --name: Project name (required)

Example

fluxloop init project --name my-chatbot

This creates a complete project structure with configs, examples, and directories.

Next Steps