alwaysai
Version:
The alwaysAI command-line interface (CLI)
20 lines • 810 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.root = void 0;
const Sentry = require("@sentry/node");
const alwayscli_1 = require("@alwaysai/alwayscli");
const subcommands_1 = require("./subcommands");
const constants_1 = require("./constants");
Sentry.init({
dsn: 'https://137edb0efc5140848d24cfc1b6976d92@o538891.ingest.sentry.io/5657149',
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1.0
});
exports.root = (0, alwayscli_1.CliBranch)({
name: constants_1.ALWAYSAI_CLI_EXECUTABLE_NAME,
description: 'Manage your alwaysAI assets and environment',
subcommands: subcommands_1.subcommands
});
//# sourceMappingURL=root.js.map