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.

11 lines 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MakeSSHKeyDefaultError = void 0; class MakeSSHKeyDefaultError { constructor(message) { this.message = "Error making SSH key the default one"; this.message += `: ${message}`; } } exports.MakeSSHKeyDefaultError = MakeSSHKeyDefaultError; //# sourceMappingURL=make-ssh-key-default-error.js.map