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

$
agentuity project create

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:

$
agentuity project create my-project

✓ Project created successfully

project list

Lists all projects in your Agentuity account.

Aliases: ls

Usage

$
agentuity project list

Examples

$
agentuity project list

Projects: my-project (proj_123456) test-project (proj_789012) demo-app (proj_345678)

project delete

Deletes one or more projects from your Agentuity account.

Aliases: rm, del

Usage

$
agentuity project delete

This command will:

  1. Display a list of all projects in your account
  2. Allow you to select one or more projects to delete
  3. Ask for confirmation before deleting the selected projects

Examples

$
agentuity project delete

Select one or more projects to delete: [ ] my-project (proj_123456) [x] test-project (proj_789012) [ ] demo-app (proj_345678)

Are you sure you want to delete the selected projects? This action cannot be undone. [y/N] y ✓ Project deleted successfully

project import

Imports an existing Agentuity project into your Agentuity account.

Usage

$
agentuity project import

Flags:

  • -d, --dir string - The directory for the project
  • --force - Force the processing of environment files
  • -h, --help - help for import

Examples

$
agentuity project import --dir ./my-existing-project

✓ Project imported successfully

Need Help?

Join our DiscordCommunity 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!

On this page