@context-tracer/cli
v0.1.1
Published
CLI for zero-code-change local Node.js execution tracing with Context-Tracer.
Maintainers
Readme
@context-tracer/cli
The user-facing CLI for Context-Tracer.
npm install -D @context-tracer/cli
npx ctxtrace dev -- npm run devIf your shell or npx strips the separator, this equivalent form is also
supported:
npx ctxtrace dev npm run devctxtrace dev starts the local collector, starts the packaged production
dashboard, injects the automatic Node runtime preload, and starts the developer
application without requiring source-code changes.
Useful options:
npx ctxtrace dev --dashboard-port 3001 --collector-port 3334 -- npm run dev
npx ctxtrace dev --no-open -- npm run dev
npx ctxtrace dev --no-open npm run devNode.js 22 or newer is required.
