UNPKG

sesterce-cli

Version:

A powerful command-line interface tool for managing Sesterce Cloud services. Sesterce CLI provides easy access to GPU cloud instances, AI inference services, container registries, and SSH key management directly from your terminal.

7 lines (6 loc) 94 B
export interface DockerImage { _id: string; name: string; url: string; tag: string; }