So I have this subgraph codebase with the @graphprotocol/graph-cli
npm package installed in package.json
+ globally.
The main commands work properly:
graph codegen
graph build
graph deploy
And version also:
$ graph --version
@graphprotocol/graph-cli/0.95.0 linux-x64 node-v22.13.1
But when I want to the help, I get:
graph help
› Warning: help is not a graph command.
Did you mean help? Yes
› Warning: help is not a graph command.
Did you mean help? Yes
› Warning: help is not a graph command.
Did you mean help? Yes
› Warning: help is not a graph command.
Did you mean help? Yes
› Warning: help is not a graph command.
Did you mean help? No
› Error: Run graph help for a list of available commands.
This feels kind of lame.