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) 126 B
export interface GpuCloudOfferAvailability { region: string; name: string; countryCode: string; available: boolean; }