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.
npm install cloudcc-cliVerified import paths — ran on the pinned version, not inferred.
Installs the CloudCC CLI globally and demonstrates how to check its version and install the Cursor Agent Skill.
Always prefer using `cloudcc` as the command name on Unix-like systems to avoid name collisions and ensure you are executing the intended CloudCC CLI. The `cc` alias remains for backward compatibility.
If you have an existing `cloudcc-cli.config.js` file, you must manually migrate its content to the new `cloudcc-cli.config.json` format. The CLI will no longer recognize or bundle the `.js` version.
Restart your Cursor editor or use the 'Reload Window' command within Cursor to ensure the newly installed skill is properly loaded and recognized.
Run `npm i -g cloudcc-cli` to install the CLI globally. If the issue persists, ensure your system's PATH environment variable includes the directory where npm installs global packages (e.g., `~/.npm-global/bin` on Unix-like systems).
Update `cloudcc-cli` to the latest version (`npm update -g cloudcc-cli`). Version 2.5.1 and newer include hardening for template scaffold copying and improved fallback logic for critical files.
No dependency data recorded yet.