@petarmihaylov/node-raas
Version:
A tiny library and CLI for interacting with the Reports as a Service - RAAS - API from UKG - Ultimate Kronos Group. This project is maintained by the team behind RaasTastic and the community. It provides a balanced set of features that should suit a broad
14 lines (13 loc) • 523 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const core_1 = require("@oclif/core");
const chalk_1 = tslib_1.__importDefault(require("chalk"));
const __1 = require("..");
class Pull extends core_1.Command {
async run() {
this.log(chalk_1.default.blue(__1.extendedUpgradeSuggestion));
}
}
exports.default = Pull;
Pull.description = 'Displays information about Ubirr - a production-ready, feature-rich set of tools built on top of node-raas.';