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 environment
- CosmicAC account
Installation
git clone https://github.com/tetherto/cosmicac-cli.git
cd cosmicac-cli
npm installFor the full setup walkthrough including authentication and verification, see Getting Started: Installation.
Verify Installation
npx cosmicac --helpBase Command
npx 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. |
What's next?
- How to Create a GPU Container — Create and configure a GPU container job using the CLI.
- Getting Started: Managed Inference Job — Create an API key to authenticate requests to the managed inference service.