@tensorify.io/cli
Version:
Official CLI for Tensorify.io - Build, test, and deploy machine learning plugins
12 lines • 854 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.publishCommand = exports.whoamiCommand = exports.logoutCommand = exports.loginCommand = void 0;
var login_1 = require("./login");
Object.defineProperty(exports, "loginCommand", { enumerable: true, get: function () { return login_1.loginCommand; } });
var logout_1 = require("./logout");
Object.defineProperty(exports, "logoutCommand", { enumerable: true, get: function () { return logout_1.logoutCommand; } });
var whoami_1 = require("./whoami");
Object.defineProperty(exports, "whoamiCommand", { enumerable: true, get: function () { return whoami_1.whoamiCommand; } });
var publish_1 = require("./publish");
Object.defineProperty(exports, "publishCommand", { enumerable: true, get: function () { return publish_1.publishCommand; } });
//# sourceMappingURL=index.js.map