github graphprotocol/graph-tooling @graphprotocol/graph-cli@0.73.0

latest releases: @graphprotocol/graph-cli@0.81.0, @graphprotocol/graph-cli@0.80.1, @graphprotocol/graph-cli@0.80.0...
3 months ago

Minor Changes

  • #1670
    03c907a
    Thanks @saihaj! - Introduce graph publish command.

    Now you can publish your subgraphs directly from the CLI. This command will build your subgraph,
    deploy, prompt you to add metadata and then sign the transaction to publish it to the Graph
    Network.

    1. Build the subgraph and publish it to the network.
    graph publish
    1. Provide a IPFS Hash for the subgraph and publish it to the network.
    graph publish --ipfs <ipfs-hash>
    1. You can use a custom webapp url for deploying.
    graph publish --webapp-url <webapp-url>

Patch Changes

Don't miss a new graph-tooling release

NewReleases is sending notifications on new releases.