A collection of agent related CLI utilities
npm install @contrast/cli``shnpx
npm install @contrast/cli # optional, will install the package otherwise.`
npx -p @contrast/cli
`
Usage: npx -p @contrast/cli rewrite [options]
Rewrites application files, caching them so that rewriting does not need to occur when the application runs.
Arguments:
entrypoint The entrypoint for the application
Options:
-V, --version output the version number
-a, --assess enable assess mode
-h, --help display help for command
``