CLI

Bundle Command

Command for bundling Agentuity projects for deployment

The bundle command allows you to create a bundled version of your Agentuity project for deployment.

bundle

Runs the build bundle process for an Agentuity project.

Aliases

agentuity build (shortcut for agentuity bundle)

Usage

agentuity bundle [flags]

Flags

FlagDescription
--dir, -dThe directory of the project to bundle
--production, -pBundle the project for production deployment

You generally don't need to use this command as it is automatically called when you run agentuity dev or agentuity start.

On this page