CloudCC Command Line Interface

2.5.2 · active · verified Wed Apr 22

cloudcc-cli is a command-line interface tool designed to streamline interaction with the CloudCC platform, enabling developers to manage project resources, objects, and perform various maintenance tasks. Currently at version 2.5.2, the CLI receives active updates, as evidenced by multiple releases on the same day in the recent changelog. A key differentiator is its dual command naming convention, offering both `cloudcc` (recommended to avoid conflicts on Unix-like systems) and `cc` for backward compatibility, both pointing to the same binary. It also features integrated release note display during updates and an optional Cursor Agent Skill to assist AI development workflows by providing contextual documentation access. This CLI focuses on simplifying CloudCC-related development and operational tasks through a structured command system.

Common errors

Warnings

Install

Imports

Quickstart

Installs the CloudCC CLI globally and demonstrates how to check its version and install the Cursor Agent Skill.

npm i -g cloudcc-cli

# Verify installation and get the current version
cloudcc get version

# Get general help information
cloudcc help version

# Install the optional Cursor AI agent skill
cloudcc install skill

view raw JSON →