CLI Commands Usage
This section provides an overview of essential Bitaic CLI commands. Use these commands to interact with various Bitaic agents, retrieve monitoring data, and perform administrative tasks.
General Commands
Help: Display help for CLI commands.
bitaic helpVersion: Check the installed version of Bitaic CLI.
bitaic versionAgent Management
Start Agent: Start a specific monitoring agent.
bitaic agent start <agent_name>Stop Agent: Stop a specific monitoring agent.
bitaic agent stop <agent_name>Agent Status: Check the status of a specific agent.
bitaic agent status <agent_name>Monitoring Commands
Endpoint Check: Manually check the status of a monitored endpoint.
bitaic endpoint check <url>Health Status: Retrieve real-time health metrics for servers.
bitaic health statusUpdate Commands
Update Agent: Update a specific agent to the latest version.
bitaic update agent <agent_name>This is a quick reference, but for a full list of commands, use bitaic help or consult the CLI Reference Guide.