Dashboard › cli › Distillation
8e82134a-0389-4446-958d-e3b20c1b8dd3["lore_tm_v1_e_cGNtuV1aoEvoyk9ZJgU5QPgqKf9u8oO-_fiAP_KTs"]
packages/cli/package.json defines package sentry version 0.45.0-dev.0, described as βSentry CLI - A command-line interface for using Sentry built by robots and humans for robots and humansβ; repository is git+https://github.com/getsentry/cli.git, license is FSL-1.1-Apache-2.0, and package type is module.packages/cli/package.json uses ./dist/index.cjs as main, ./dist/index.d.cts as types, and exports ESM via ./dist/index.mjs with types ./dist/index.d.mts, plus CommonJS via ./dist/index.cjs with types ./dist/index.d.cts.packages/cli/package.json maps the sentry binary to ./dist/bin.cjs.packages/cli/package.json publishes these files in order: dist/bin.cjs, dist/index.cjs, dist/index.mjs, dist/index.d.cts, dist/index.d.mts, dist/ink-app.js, dist/node-sqlite3-wasm.wasm, dist/assets/spleen-8x16.bin, dist/vendor/symbolic_bg.wasm, LICENSE.md, THIRD_PARTY_LICENSES.md, README.md.packages/cli/package.json requires Node >=20.0; its development runtime requires Node >=22.15; package manager is pnpm@10.11.0.packages/cli/package.json, script tsx is tsx --env-file-if-exists=.env.local --import ./script/require-shim.mjs, and cli is tsx --env-file-if-exists=.env.local --import ./script/require-shim.mjs src/bin.ts.packages/cli/package.json, dev runs pnpm run generate:schema && pnpm run generate:docs && pnpm run generate:sdk && tsx --import ./script/require-shim.mjs src/bin.ts; build runs the same three generators followed by pnpm tsx script/build.ts --single; build:all omits --single; and bundle follows the generators with pnpm tsx script/bundle.ts.packages/cli/package.json, typecheck runs pnpm run generate:docs && pnpm run generate:sdk && tsc --noEmit; lint runs biome check --no-errors-on-unmatched --error-on-warnings --max-diagnostics=none ./; and lint:fix runs biome check --write --no-errors-on-unmatched --max-diagnostics=none ./.packages/cli/package.json, test delegates to pnpm run test:unit; test:unit generates docs and SDK, then runs vitest run test/lib test/commands test/types test/script --coverage; test:changed generates docs and SDK, then runs vitest run --changed; test:e2e generates docs and SDK, then runs vitest run test/e2e; and test:init-eval runs vitest run test/init-eval --testTimeout 600000.packages/cli/package.json, generate:docs runs, in order, generate:banner, generate:parser, generate:command-docs, generate:skill, and generate:docs-sections.packages/cli/package.json, generator scripts map as follows: generate:parser β pnpm tsx script/generate-parser.ts; generate:sdk β pnpm tsx script/generate-sdk.ts; generate:skill β pnpm tsx script/generate-skill.ts; generate:banner β pnpm tsx script/generate-banner-sixel.ts; generate:docs-sections β pnpm tsx script/generate-docs-sections.ts; generate:schema β pnpm tsx script/generate-api-schema.ts; generate:command-docs β pnpm tsx script/generate-command-docs.ts.packages/cli/package.json, evaluation and benchmark scripts are: eval:skill β pnpm tsx script/eval-skill.ts; bench β pnpm tsx script/bench.ts; bench:save β pnpm tsx script/bench.ts --save-baseline; bench:compare β pnpm tsx script/bench.ts --compare; bench:sweep β pnpm tsx script/bench-sweep.ts.packages/cli/package.json, validation scripts are: check:fragments β pnpm tsx script/check-fragments.ts; check:deps β pnpm tsx script/check-no-deps.ts; check:errors β pnpm tsx script/check-error-patterns.ts; check:patches β pnpm tsx script/check-patches.ts; check:docs-sections β pnpm tsx script/generate-docs-sections.ts --check; check:env-coverage β pnpm tsx script/check-env-coverage.ts; check:stale-refs β pnpm tsx script/check-stale-references.ts.packages/cli/package.json lists these notable exact devDependency versions: @biomejs/biome 2.3.8, @sentry/core 10.63.0, @sentry/node 10.65.0, @sentry/node-core 10.63.0, @sentry/symbolic 13.7.0, @stricli/core 1.2.8, node-sqlite3-wasm 0.8.59, ultracite 6.3.10, typescript ^5.9.3, tsx ^4.22.4, and vitest/@vitest/coverage-v8 both ^4.1.9.