cc-cli

Command-line interface for the call-center backend. OAuth + PKCE auth, browser-based login, scoped tokens, OS-keyring storage.

Quick install

curl -fsSL https://cli.getsy-dash.com/install.sh | sh

Manual download

Pick your platform from the latest release:

macOS (Apple Silicon)
macOS (Intel)
Linux x86_64
Linux arm64
Windows x86_64
checksums.txt

First run

cc auth login          # browser opens, click Authorize
cc auth status         # who am I?
cc campaigns list      # try it out

Internal tool. Source & issues live in the cc-back repo.