Available commands

Quick reference to CLI commands for managing your AI Architect.

a. Platform status commands

Command
Description
Example

bitoarch platform status

View all services status

Shows running/stopped state

bitoarch platform info

Get platform details

Version, ports, resource usage

bitoarch platform rotate-token <token>

Rotate MCP access token

Updates token and restarts provider

b. Configuration management

Command
Description
Example

bitoarch config repo add <yaml-file>

Add configuration from YAML

bitoarch config repo add config.yaml

bitoarch config repo get

Get current configuration

bitoarch config repo get

bitoarch config repo update <yaml-file>

Update configuration

bitoarch config repo update config.yaml

c. Workspace synchronization

Command
Description
Example

bitoarch manager status

Check indexing/sync status

Get current sync status

bitoarch manager sync

Simple workspace sync

Triggers sync for configured workspace

d. MCP operations

Command
Description
Example

bitoarch provider mcp tools

List available MCP tools

View repository intelligence tools

bitoarch provider mcp resources

List MCP resources

View available data sources

bitoarch provider mcp capabilities

Get server capabilities

Check available features

bitoarch provider mcp test

Test MCP connection

Verify server connectivity

MCP Tools: The MCP server provides tools for repository intelligence and analysis. Use bitoarch provider mcp tools to see the current list of available tools dynamically fetched from the server. Common tools include:

  • Repository browsing and search

  • Dependency analysis

  • Cluster identification

  • Technology stack discovery

MCP Resources: Resources represent data sources for repository information. Use bitoarch provider mcp resources to see available resource URIs dynamically fetched from the server.

e. Output options

Add these flags to any command:

Flag
Purpose
Example

--format json

JSON output

For automation/scripts

--help

Show command help

Get usage information

Last updated