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.

8 lines (7 loc) 123 B
export interface SSHKey { _id: string; name: string; publicKey: string; isDefault: boolean; createdAt: string; }