@the-cascade-protocol/cli
v0.3.1
Published
Cascade Protocol CLI - Validate, convert, and manage health data
Maintainers
Readme
@the-cascade-protocol/cli
Cascade Protocol CLI - Validate, convert, and manage health data.
Installation
npm install -g @the-cascade-protocol/cliOr use directly with npx:
npx @the-cascade-protocol/cli validate record.ttlDocker
Run the CLI without installing Node.js. See DOCKER.md for full details.
# Build the image
docker build -t cascade-protocol/tools .
# Validate a Turtle file
docker run --rm -v $(pwd):/data cascade-protocol/tools cascade validate /data/record.ttlUsage
cascade <command> [options]
Commands:
validate Validate Cascade data against SHACL shapes
convert Convert between health data formats
pod Manage Cascade Pod structures
conformance Run conformance test suite
serve Start local agent server
capabilities Show machine-readable tool descriptions
Flags:
--help Show help
--version Show version
--verbose Verbose output
--json Output results as JSON (machine-readable)Examples
cascade validate record.ttl
cascade convert --from fhir --to cascade patient.json
cascade pod init ./my-pod
cascade capabilitiesDevelopment
npm install
npm run build
npm run dev -- --help
npm testLicense
Apache-2.0
