codemagic-cli-tools =================== **Show general information of installed Codemagic CLI tools** ### Usage ```bash codemagic-cli-tools [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v] ACTION ``` ### Common options ##### `-h, --help` show this help message and exit ##### `--log-stream=stderr | stdout` Log output stream. Default `stderr` ##### `--no-color` Do not use ANSI colors to format terminal output ##### `--version` Show tool version and exit ##### `-s, --silent` Disable log output for commands ##### `-v, --verbose` Enable verbose logging for commands ### Actions |Action|Description| | :--- | :--- | |[`installed-tools`](installed-tools.md)|Show installed Codemagic CLI tools| |[`version`](version.md)|Show version of installed Codemagic CLI tools|