CLI: validate
Complete help for farthershore validate and every subcommand.
farthershore validate
Usage: farthershore validate [options]
Validate the business/ program the way the PR check does, before pushing
Options:
--entry <path> Business-as-code folder or file to validate (default:
business/)
--business <id-or-name> Business id or name — runs the server dry-run
validate for the full verdict (diff + economic
change)
--env <name> Environment for the server validate
--local-only Build + determinism only; skip the server dry-run
validate
-h, --help display help for command
Examples:
farthershore validate # local build + determinism
farthershore validate --business weather-api # + server verdict
farthershore validate --local-only --format json