CosmicAC Logo

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 install

Verify Installation

npx cosmicac --help

Base Command

npx cosmicac [command] [options]

Commands

CommandDescription
signupCreate a new CosmicAC user account.
loginAuthenticate an existing user.
logoutEnd the current session.
jobsCreate, manage, and monitor jobs.
inferenceSet up and interact with inference services.

Options

FlagDescription
--help, -hDisplay help information.

On this page