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
| Subcommand | Description | Args | Options |
|---|---|---|---|
info | Show current project info | 0 | 0 |
config | Show project configuration | 0 | 0 |
threads | List project threads | 0 | 0 |
history | Show project chat history | 0 | 0 |
task-groups | List task groups | 0 | 0 |
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.