@traits-dev/cli
v0.7.4
Published
traits.dev command-line interface for voice profile init, validate, compile, eval, and import workflows.
Maintainers
Readme
@traits-dev/cli
CLI for traits.dev voice profile workflows: init, validate, compile, eval, import, and migrate.
Install
pnpm add -D @traits-dev/cliBasic Usage
traits init --template resolve profiles/resolve.yaml
traits validate profiles/resolve.yaml
traits validate profiles/resolve.yaml --format sarif
traits compile profiles/resolve.yaml --model gpt-4o
traits migrate profiles/legacy-v1-5.yaml --to v1.6 --normalize-extends
traits eval profiles/resolve.yaml --tier 1You can also run it without local install:
npx @traits-dev/cli validate profiles/resolve.yamlFor programmatic usage, use @traits-dev/core.
