CLI
Project Commands
Commands for creating and managing Agentuity projects
The project
commands allow you to create and manage Agentuity projects.
project create
Creates a new Agentuity project.
Aliases
agentuity create
(shortcut for agentuity project create
)
agentuity project new
Usage
Flags
Flag | Description |
---|---|
--dir , -d | The directory to create the project in |
--provider , -p | The provider to use for the project |
Examples
Create a new project with interactive prompts:
Create a new project with a specific provider:
project init
Initializes an existing directory as an Agentuity project.
Aliases
agentuity init
(shortcut for agentuity project init
)
Usage
Examples
Initialize the current directory as an Agentuity project: