DeterminadocsbyNDETERMINA
Reference

CLI Reference

Commands grouped by hosted production path, local setup and smoke tests, artifact utilities, and advanced workflows.

Primary public commands

Start here for a repo you want Determina to review.

CommandUse it for
setupConfigure the current repo, create starter review files, run checks, and print one next command.
review runRun the configured starter review. After setup, the recipe path is usually optional.
review compareCompare two hosted snapshots with a review recipe.
runs listList saved review result bundles from a local artifact root.
runs showInspect one saved review result by id, hash, path, or bundle directory.
doctorCheck local Determina setup, capture paths, recipe paths, auth state, and instrumentation hints.

Review-facing aliases are available for result inspection:

shell
determina review list --root .determina/runs
determina review show <run-id-or-path>

Advanced hosted commands

Use these when you need explicit platform objects, platform status polling, or artifact retrieval outside the setup-first review path.

CommandUse it for
api-healthCheck API connectivity.
projects list/createAdvanced hosted Project management.
systems list/createAdvanced hosted System setup.
system-versions list/createAdvanced explicit baseline or candidate version management.
audit --project-id --system-version-idAdvanced hosted audit by explicit version id.
run-swarm --project-id --system-version-idQueue a platform-backed intent-driven workflow for enabled System Types.
compare --project-id --baseline-id --candidate-system-version-idAdvanced direct compare by explicit platform ids. Prefer `review compare` for code-native reviews.
runs status/cancelInspect or cancel hosted worker-backed runs.
artifacts downloadDownload platform artifacts.

Advanced local/reference commands

These commands are still available, but they are not part of first-run onboarding.

CommandUse it for
connectCompatibility command for setup-first repo configuration.
initGenerate starter driver configs.
check-systemValidate a local external endpoint or driver config.
artifacts inspectInspect a local artifact file or directory.
validate-specValidate a source spec envelope without executing.
preview-uploadPreview a hosted request shape from a source spec.
snapshot createPackage a code-native agent snapshot for hosted review.

Advanced generated and plan-first workflows

These surfaces are reference workflows for generated test cases, corpus review, and explicit plan handoff.

CommandUse it for
plan-from-specCompile a source spec into a run plan.
plan-runCreate a run plan through platform/core-owned planning.
execute-planExecute a saved run plan through platform/core-owned execution.
generate-scenarios / generate-personasGenerate recommender or search packs through platform/core workflows.
generate-agent-packGenerate agent task/environment packs through platform/core workflows.
import-tracesImport normalized traces into review artifacts.
corpus index/import/reconcile/health/list/show/openReview local artifact corpora and test case sidecars.
serve-referenceReference service workflow gated outside the installed public package.