@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
285 lines (284 loc) • 10.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.commandStarwars = exports.commandDadjoke = exports.commandSecurityAuditCreate = exports.commandSecurityAuditEvaluate = exports.commandSecurityAuditCiJob = exports.commandRestoreDb = exports.commandMongoDestroyMember = exports.commandMongoPortForward = exports.commandMongoGetShell = exports.commandTriggerCronjobProject = exports.commandDeleteProject = exports.commandPauseProject = exports.commandDeletePods = exports.commandGetShell = exports.commandListPods = exports.commandNamespace = exports.commandSecurityEvaluate = exports.commandProjectRestoreDb = exports.commandCiJobLog = exports.commandCiJobOpen = exports.commandSetup = exports.commandGetMyTotalWorktime = exports.commandRenewToken = exports.commandTriggerCronjobGeneral = exports.commandOpenLogs = exports.commandSecretsClearBackups = exports.commandConfigSecrets = exports.commandCloudSqlProxy = exports.commandOpenGit = exports.commandOpenEnv = exports.commandPortForward = exports.commandEnvVars = exports.commandKubePortForward = exports.commandKubeGetShell = exports.commandKubeStopPortforward = exports.commandKubeListPods = exports.commandKubeListSecrets = exports.commandKubeListNamespaces = exports.commandKubeCurrentContext = void 0;
// General commands
var commandKubeCurrentContext_1 = require("./general/commandKubeCurrentContext");
Object.defineProperty(exports, "commandKubeCurrentContext", {
enumerable: true,
get: function () {
return commandKubeCurrentContext_1.commandKubeCurrentContext;
}
});
var commandKubeListNamespaces_1 = require("./general/commandKubeListNamespaces");
Object.defineProperty(exports, "commandKubeListNamespaces", {
enumerable: true,
get: function () {
return commandKubeListNamespaces_1.commandKubeListNamespaces;
}
});
var commandKubeListSecrets_1 = require("./general/commandKubeListSecrets");
Object.defineProperty(exports, "commandKubeListSecrets", {
enumerable: true,
get: function () {
return commandKubeListSecrets_1.commandKubeListSecrets;
}
});
var commandKubeListPods_1 = require("./general/commandKubeListPods");
Object.defineProperty(exports, "commandKubeListPods", {
enumerable: true,
get: function () {
return commandKubeListPods_1.commandKubeListPods;
}
});
var commandKubeStopPortforward_1 = require("./general/commandKubeStopPortforward");
Object.defineProperty(exports, "commandKubeStopPortforward", {
enumerable: true,
get: function () {
return commandKubeStopPortforward_1.commandKubeStopPortforward;
}
});
var commandKubeGetShell_1 = require("./general/commandKubeGetShell");
Object.defineProperty(exports, "commandKubeGetShell", {
enumerable: true,
get: function () {
return commandKubeGetShell_1.commandKubeGetShell;
}
});
var commandKubePortForward_1 = require("./general/commandKubePortForward");
Object.defineProperty(exports, "commandKubePortForward", {
enumerable: true,
get: function () {
return commandKubePortForward_1.commandKubePortForward;
}
});
// Project commands
var commandEnvVars_1 = require("./project/commandEnvVars");
Object.defineProperty(exports, "commandEnvVars", {
enumerable: true,
get: function () {
return commandEnvVars_1.commandEnvVars;
}
});
var commandPortForward_1 = require("./project/commandPortForward");
Object.defineProperty(exports, "commandPortForward", {
enumerable: true,
get: function () {
return commandPortForward_1.commandPortForward;
}
});
var commandOpenEnv_1 = require("./project/commandOpenEnv");
Object.defineProperty(exports, "commandOpenEnv", {
enumerable: true,
get: function () {
return commandOpenEnv_1.commandOpenEnv;
}
});
var commandOpenGit_1 = require("./project/commandOpenGit");
Object.defineProperty(exports, "commandOpenGit", {
enumerable: true,
get: function () {
return commandOpenGit_1.commandOpenGit;
}
});
var commandCloudSqlProxy_1 = require("./project/commandCloudSqlProxy");
Object.defineProperty(exports, "commandCloudSqlProxy", {
enumerable: true,
get: function () {
return commandCloudSqlProxy_1.commandCloudSqlProxy;
}
});
var commandConfigSecrets_1 = require("./project/commandConfigSecrets");
Object.defineProperty(exports, "commandConfigSecrets", {
enumerable: true,
get: function () {
return commandConfigSecrets_1.commandConfigSecrets;
}
});
var commandSecretsClearBackups_1 = require("./project/commandSecretsClearBackups");
Object.defineProperty(exports, "commandSecretsClearBackups", {
enumerable: true,
get: function () {
return commandSecretsClearBackups_1.commandSecretsClearBackups;
}
});
var commandOpenLogs_1 = require("./project/commandOpenLogs");
Object.defineProperty(exports, "commandOpenLogs", {
enumerable: true,
get: function () {
return commandOpenLogs_1.commandOpenLogs;
}
});
var commandTriggerCronjob_1 = require("./project/k8s/commandTriggerCronjob");
Object.defineProperty(exports, "commandTriggerCronjobGeneral", {
enumerable: true,
get: function () {
return commandTriggerCronjob_1.commandTriggerCronjobGeneral;
}
});
var commandRenewToken_1 = require("./project/commandRenewToken");
Object.defineProperty(exports, "commandRenewToken", {
enumerable: true,
get: function () {
return commandRenewToken_1.commandRenewToken;
}
});
var commandGetMyTotalWorktime_1 = require("./project/commandGetMyTotalWorktime");
Object.defineProperty(exports, "commandGetMyTotalWorktime", {
enumerable: true,
get: function () {
return commandGetMyTotalWorktime_1.commandGetMyTotalWorktime;
}
});
var commandSetup_1 = require("./project/commandSetup");
Object.defineProperty(exports, "commandSetup", {
enumerable: true,
get: function () {
return commandSetup_1.commandSetup;
}
});
var commandGitlabCi_1 = require("./project/commandGitlabCi");
Object.defineProperty(exports, "commandCiJobOpen", {
enumerable: true,
get: function () {
return commandGitlabCi_1.commandCiJobOpen;
}
});
Object.defineProperty(exports, "commandCiJobLog", {
enumerable: true,
get: function () {
return commandGitlabCi_1.commandCiJobLog;
}
});
var commandProjectRestoreDb_1 = require("./project/commandProjectRestoreDb");
Object.defineProperty(exports, "commandProjectRestoreDb", {
enumerable: true,
get: function () {
return commandProjectRestoreDb_1.commandProjectRestoreDb;
}
});
var commandSecurityEvaluate_1 = require("./project/commandSecurityEvaluate");
Object.defineProperty(exports, "commandSecurityEvaluate", {
enumerable: true,
get: function () {
return commandSecurityEvaluate_1.commandSecurityEvaluate;
}
});
// Project k8s commands
var commandNamespace_1 = require("./project/k8s/commandNamespace");
Object.defineProperty(exports, "commandNamespace", {
enumerable: true,
get: function () {
return commandNamespace_1.commandNamespace;
}
});
var commandListPods_1 = require("./project/k8s/commandListPods");
Object.defineProperty(exports, "commandListPods", {
enumerable: true,
get: function () {
return commandListPods_1.commandListPods;
}
});
var commandGetShell_1 = require("./project/k8s/commandGetShell");
Object.defineProperty(exports, "commandGetShell", {
enumerable: true,
get: function () {
return commandGetShell_1.commandGetShell;
}
});
var commandDeletePods_1 = require("./project/k8s/commandDeletePods");
Object.defineProperty(exports, "commandDeletePods", {
enumerable: true,
get: function () {
return commandDeletePods_1.commandDeletePods;
}
});
var commandPauseProject_1 = require("./project/k8s/commandPauseProject");
Object.defineProperty(exports, "commandPauseProject", {
enumerable: true,
get: function () {
return commandPauseProject_1.commandPauseProject;
}
});
var commandDeleteProject_1 = require("./project/k8s/commandDeleteProject");
Object.defineProperty(exports, "commandDeleteProject", {
enumerable: true,
get: function () {
return commandDeleteProject_1.commandDeleteProject;
}
});
var commandTriggerCronjob_2 = require("./project/k8s/commandTriggerCronjob");
Object.defineProperty(exports, "commandTriggerCronjobProject", {
enumerable: true,
get: function () {
return commandTriggerCronjob_2.commandTriggerCronjobProject;
}
});
// MongoDB commands
var commandMongoGetShell_1 = require("./mongodb/commandMongoGetShell");
Object.defineProperty(exports, "commandMongoGetShell", {
enumerable: true,
get: function () {
return commandMongoGetShell_1.commandMongoGetShell;
}
});
var commandMongoPortForward_1 = require("./mongodb/commandMongoPortForward");
Object.defineProperty(exports, "commandMongoPortForward", {
enumerable: true,
get: function () {
return commandMongoPortForward_1.commandMongoPortForward;
}
});
var commandMongoDestroyMember_1 = require("./mongodb/commandMongoDestroyMember");
Object.defineProperty(exports, "commandMongoDestroyMember", {
enumerable: true,
get: function () {
return commandMongoDestroyMember_1.commandMongoDestroyMember;
}
});
// CloudSQL commands
var commandRestoreDb_1 = require("./cloudSQL/commandRestoreDb");
Object.defineProperty(exports, "commandRestoreDb", {
enumerable: true,
get: function () {
return commandRestoreDb_1.commandRestoreDb;
}
});
// Security commands
var commandSecurityAuditCiJob_1 = require("./security/commandSecurityAuditCiJob");
Object.defineProperty(exports, "commandSecurityAuditCiJob", {
enumerable: true,
get: function () {
return commandSecurityAuditCiJob_1.commandSecurityAuditCiJob;
}
});
var commandSecurityAuditEvaluate_1 = require("./security/commandSecurityAuditEvaluate");
Object.defineProperty(exports, "commandSecurityAuditEvaluate", {
enumerable: true,
get: function () {
return commandSecurityAuditEvaluate_1.commandSecurityAuditEvaluate;
}
});
var commandSecurityAuditCreate_1 = require("./security/commandSecurityAuditCreate");
Object.defineProperty(exports, "commandSecurityAuditCreate", {
enumerable: true,
get: function () {
return commandSecurityAuditCreate_1.commandSecurityAuditCreate;
}
});
// Fun commands
var commandDadjoke_1 = require("./fun/commandDadjoke");
Object.defineProperty(exports, "commandDadjoke", {
enumerable: true,
get: function () {
return commandDadjoke_1.commandDadjoke;
}
});
var commandStarwars_1 = require("./fun/commandStarwars");
Object.defineProperty(exports, "commandStarwars", {
enumerable: true,
get: function () {
return commandStarwars_1.commandStarwars;
}
});