Skip to content

@graphprotocol/graph-cli@0.73.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 17:44
801cac7

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