@decaf-ts/utils
Version:
module management utils for decaf-ts
21 lines • 641 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* istanbul ignore file */
const index_js_1 = require("./../cli/commands/index.cjs");
new index_js_1.CredentialsCommand()
.execute()
.then(() => index_js_1.CredentialsCommand.log.info("credentials command completed."))
.catch((e) => {
try {
if (!e?.logged) {
index_js_1.CredentialsCommand.log.error(`Error running credentials command: ${e}`);
}
}
catch {
console.error(e);
}
process.exit(1);
});
//# sourceMappingURL=credentials.js.map
//# sourceMappingURL=credentials.cjs.map