Unable to initialize Subgraph for Self-Hosted Graph Node
Which packages are impacted by your issue?
@graphprotocol/graph-cli
Describe the issue
Since the release of v0.74.0 in https://github.com/graphprotocol/graph-tooling/releases/tag/%40graphprotocol%2Fgraph-cli%400.74.0 is not possible to initialize a new subgraph project for self-hosted graph nodes anymore.
Is there any workaround or a flag to get this done?
Reproduction
graph init with intention to self-host the graph node
Steps to Reproduce the Bug or Issue
- Run
graph-nodeusing Docker. - Try to initialize a new subgraph using
graph initfor hosted service
Expected behavior
Expect to be able to initialize a subgraph for self-hosted graph node
Screenshots or Videos
No response
Platform
System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M2 Pro Memory: 778.80 MB / 16.00 GB Shell: 5.2.26 - /usr/local/bin/bash Binaries: Node: 20.15.0 - ~/.nvm/versions/node/v20.15.0/bin/node Yarn: 1.22.22 - ~/.nvm/versions/node/v20.15.0/bin/yarn npm: 10.7.0 - ~/.nvm/versions/node/v20.15.0/bin/npm pnpm: 8.6.6 - ~/.nvm/versions/node/v20.15.0/bin/pnpm bun: 1.1.4 - ~/.bun/bin/bun
Subgraph Manifest
No response
Subgraph GraphQL Schema
No response
Additional context
No response