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 v20+
  • npm
  • GitHub PAT with read:packages scope

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-cli

For the full setup walkthrough including authentication and environment configuration, see Installation.

Verify installation

cosmicac --help

Base Command

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.

What's next?

On this page