| @graphprotocol/graph-cli | major |
|---|
Delegate commands to gnd by default
graph <cmd> now execs the @graphprotocol/gnd binary (shipped as a
dependency) instead of running the bundled TypeScript implementation.
Set GRAPH_CLI_IGNORE_GND=1 to force every command back through the
oclif/TS code path.
Breaking changes:
- The
graph node installcommand has been removed. Installgndvia the@graphprotocol/gndnpm package instead — it is now a direct dependency of@graphprotocol/graph-cliand no separate download step is required. graph localis the only command that still always runs the TypeScript implementation; gnd has no equivalent.graph devis an oclif shim that always delegates tognd dev.