CLI
Project Commands
Commands for creating and managing projects
The project
commands allow you to create and manage Agentuity projects.
project create
Creates a new Agentuity project.
Aliases: create, new
Usage
Flags:
--action string
- The action to take for the project (github-action, github-app, none) (default "github-app")--auth string
- The authentication type for the agent (project, webhook, or none) (default "project")-d, --dir string
- The directory for the project--force
- Force the project to be created even if the directory already exists--format string
- The format to use for the output. Can be either 'text' or 'json' (default "text")-h, --help
- help for create--org-id string
- The organization to create the project in-r, --runtime string
- The runtime to use for the project-t, --template string
- The template to use for the project--templates-dir string
- The directory to load the templates. Defaults to loading them from the github.com/agentuity/templates repository
Examples
Create a new project with interactive prompts:
project list
Lists all projects in your Agentuity account.
Aliases: ls
Usage
Examples
project delete
Deletes one or more projects from your Agentuity account.
Aliases: rm, del
Usage
This command will:
- Display a list of all projects in your account
- Allow you to select one or more projects to delete
- Ask for confirmation before deleting the selected projects
Examples
project import
Imports an existing Agentuity project into your Agentuity account.
Usage
Flags:
-d, --dir string
- The directory for the project--force
- Force the processing of environment files-h, --help
- help for import
Examples
Need Help?
Join our Community for assistance or just to hang with other humans building agents.
Send us an email at hi@agentuity.com if you'd like to get in touch.
Please Follow us on
If you haven't already, please Signup for your free account now and start building your first agent!