CosmicAC CLI commands
Command reference for the CosmicAC CLI. The CLI provides terminal access to CosmicAC services, including job management, container access, and inference requests.
Prerequisites
- Node.js v20+
- npm
- GitHub PAT with
read:packagesscope
Installation
Configure npm to use the GitHub Packages registry for the @tetherto scope, then install the CLI globally:
npm config set @tetherto:registry https://npm.pkg.github.com
npm install -g @tetherto/cosmicac-cliFor the full setup walkthrough including authentication and environment configuration, see Installation.
Verify installation
cosmicac --helpBase Command
cosmicac [command] [options]Commands
| Command | Description |
|---|---|
| signup | Create a new CosmicAC user account. |
| login | Authenticate an existing user. |
| logout | End the current session. |
| jobs | Create, manage, and monitor jobs. |
| inference | Set up and interact with inference services. |
Options
| Flag | Description |
|---|---|
--help, -h | Display help information. |