CubeAPM CLI
Commands

Overview

The CubeAPM CLI command surface, grouped by telemetry area.

Every command supports -h/--help. Global connection, output, presentation, and safety flags can be placed before or after a subcommand.

Groups

Global flags

-o, --output <format>   table, json, or yaml
--server <addr>         CubeAPM server address
--email <email>         login email
--password <password>   login password
--profile <name>        connection profile
--query-port <port>     default 3140
--ingest-port <port>    default 3130
--admin-port <port>     default 3199
--no-color              disable colored output
--verbose               enable verbose HTTP output
--read-only             block protected API write operations
--no-input              disable interactive prompts
-q, --quiet             suppress informational output

This is a curated tour grounded in the command implementation. For exhaustive usage at the installed version, use cubeapm <command> --help; the published agent reference is available at llms.txt.

On this page