Skip to Content
SDKCmdop CLICLI

SDK and CLI

TL;DR

The cmdop CLI is a cross-platform Go binary for working with Cmdop. It is separate from the Python and Node SDK packages, though all are built around the current Cmdop core and service contracts.

Install Cmdop using the canonical CLI installation guide. The binary supports macOS, Linux, and Windows.

CLI or SDK?

Use the CLI to operate Cmdop from a shell, a script, or CI. Use the Python or Node SDK to drive it from your own application code, where you want typed results, an async client, and structured error handling.

They are independent installs — the SDK packages bundle their own Cmdop core, so installing the CLI is not a prerequisite for pip install cmdop or npm install @cmdop/sdk.

Checking the installed surface

The main CLI reference is the canonical documentation for supported workflows. To confirm what your installed version supports:

cmdop --help cmdop <command> --help

Next steps

Last updated on