Package org.fhirfrog.frog.cli
package org.fhirfrog.frog.cli
Command-line interface entry point for FHIR Frog.
This package contains the standalone CLI executable. It accepts a TestScript or TestPlan file path and a FHIR server URL, executes the tests, and optionally stores the resulting TestReport to a directory or FHIR server.
Key Classes
Main- Entry point; parses command-line arguments and delegates toProgrammaticTestExecutor
CLI Usage
# Execute a TestScript
fhir-frog patient-crud.json --server http://localhost:8080/fhir
# Execute a TestPlan with report output
fhir-frog au-core-suite.json --server http://localhost:8080/fhir \
--report-dir target/fhir-reports
# Upload existing reports to a FHIR server
fhir-frog upload-reports target/fhir-reports \
--report-server http://localhost:8080/fhir
- See Also:
-
Classes