Command line tools for Cleotic.
The 0.1 release is read-only. It lets you authenticate with a scoped CLI API key, inspect projects, view project summaries, and list brands, monitors, and prompts from your terminal.
Install the latest release:
curl -fsSL https://raw.githubusercontent.com/generaldataworks/cleotic-cli/main/install.sh | shInstall a specific release:
curl -fsSL https://raw.githubusercontent.com/generaldataworks/cleotic-cli/main/install.sh | CLEOTIC_VERSION=v0.1.0 shInstall to a user-writable directory:
curl -fsSL https://raw.githubusercontent.com/generaldataworks/cleotic-cli/main/install.sh | CLEOTIC_INSTALL_DIR="$HOME/.local/bin" shcleotic auth loginBrowser login creates a read-only CLI API key for your Cleotic organization and stores it in your OS keychain.
For automation, provide a CLI API key through the environment:
CLEOTIC_API_KEY=... cleotic projects list --jsoncleotic projects list
cleotic projects show <project-id>
cleotic projects summary <project-id>
cleotic brands list --project <project-id>
cleotic monitors list --project <project-id>
cleotic monitors show <monitor-id>
cleotic prompts list --monitor <monitor-id>Every command in the 0.1 release is read-only and supports --json.
Release binaries are published as macOS and Linux tarballs for arm64 and x86_64.
The release asset filenames include the CLI version:
cleotic_0.1.0_mac-os_arm64.tar.gz
cleotic_0.1.0_mac-os_x86_64.tar.gz
cleotic_0.1.0_linux_arm64.tar.gz
cleotic_0.1.0_linux_x86_64.tar.gz
Each archive has a matching .sha256 checksum file.
For help, contact Cleotic support or your Cleotic account team.