CLI Reference
The Orderly CLI (orderly) is used for bridge development. It scaffolds new bridges, validates manifests, and deploys bridges to the platform.
Installation
The CLI is available from the hub monorepo:
cd hub
pnpm orderly --helpCommands
| Command | Description |
|---|---|
bridge create | Scaffold a new bridge integration |
bridge list | List available bridge types |
bridge validate | Validate a bridge manifest |
bridge deploy | Deploy a bridge to the platform |