Skip to Content
CLI Referencebridge validate

bridge validate

terminal
$pnpm orderly bridge validate

Validate a bridge's manifest, required tasks, and config fields without deploying.

Usage

$ pnpm orderly bridge validate -n <name>

Options

-n, --name <name>Bridge package name (required)
--strictEnable strict mode (fail on warnings)

Examples

$ pnpm orderly bridge validate -n shopify

Validate the Shopify bridge

$ pnpm orderly bridge validate -n my-platform --strict

Strict validation

What’s Checked

  • Manifest has all required fields
  • All required tasks for the category are declared
  • Config fields have valid types
  • Auth methods are properly configured
  • Task schemas are valid JSON Schema
  • No duplicate task names
  • Version is valid semver