Releases: twilic/cli
Releases · twilic/cli
v0.1.1
Changed
- Migrated CLI argument parsing from manual
process.argvhandling to commander. Help output,--help/-h, and usage errors are now handled by Commander.
Fixed
devDependenciesentry for@twilic/corechanged from a localfile:../twilic-jspath to the npm registry (^3.0.0), fixingpnpm installfailures in CI.
v0.1.0
Initial public release of @twilic/cli.
Added
encodecommand to encode JSON to Twilic binary format (stdin/file input, stdout/file output,--hexflag).decodecommand to decode Twilic binary to JSON (stdin/file input, stdout/file output,--prettyflag).benchcommand to benchmark Twilic encode/decode against msgpack, cbor, bson, and JSON using tinybench and cli-table3.--backend <napi|wasm>flag on all commands to select the@twilic/coreruntime backend.--markdown-out <file>flag onbenchto append results as a Markdown table.- CI workflows for format, lint, typecheck, build, commitlint, and PR body validation.
- npm publish workflow with trusted publishing (OIDC).