Skip to main content

Projects CLI

Manage projects

These commands connect to a running CodeBolt server. All subcommands inherit the global codebolt command options --port <number>, --host <string>, and --json.

Subcommands

SubcommandDescriptionArgsOptions
infoShow current project info00
configShow project configuration00
threadsList project threads00
historyShow project chat history00
task-groupsList task groups00

info

Show current project info

codebolt command projects info

Arguments

This command takes no positional arguments.

Options

This command takes no options.

config

Show project configuration

codebolt command projects config

Arguments

This command takes no positional arguments.

Options

This command takes no options.

threads

List project threads

codebolt command projects threads

Arguments

This command takes no positional arguments.

Options

This command takes no options.

history

Show project chat history

codebolt command projects history

Arguments

This command takes no positional arguments.

Options

This command takes no options.

task-groups

List task groups

codebolt command projects task-groups

Arguments

This command takes no positional arguments.

Options

This command takes no options.