@sekimori/cli
v0.1.0
Published
sekimori CLI — probe (prove the trace link), migrate (X-Ray SDK → OpenTelemetry codemod), doctor (Lambda OTel readiness).
Maintainers
Readme
@sekimori/cli
The sekimori command line — migration, readiness checks, and the probe recipe for carrying
OpenTelemetry trace context across AWS Lambda boundaries.
sekimori migrate src/ # dry-run report: aws-xray-sdk-core / Powertools Tracer → OTel API
sekimori migrate src/ --write # rewrite in place
sekimori migrate src/ --json # machine-readable report
sekimori doctor --template cdk.out/App.template.json # readiness report for a synthesized template
sekimori doctor --function my-fn # readiness report for a live Lambda (AWS creds)
sekimori doctor --template tpl.json --json
sekimori probe # how to prove the trace link with the bundled probe stackCommands
migrate— the@sekimori/codemodtransform over.ts/.tsxfiles. Exits1when the report containsmanualfindings (constructs with no mechanical mapping).doctor— the@sekimori/doctoranalyzer. Exits1when any function has afailcheck.probe— prints the deploy/assert recipe; the probe stack lives in the sekimori repository, not in this package.
Runtime library: sekimori.
