You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,10 @@ The Graph CLI takes a subgraph manifest (defaults to `subgraph.yaml`) with refer
35
35
36
36
It compiles the mappings to WebAssembly, builds a ready-to-use version of the subgraph saved to IPFS
37
37
or a local directory for debugging, and deploys the subgraph to a
38
-
[Graph Node](https://github.com/graphprotocol/graph-node) instance or [Subgraph Studio](https://thegraph.com/studio/).
39
-
Additionally it allows you to publish your subgraph to the decentralized network directly, making it available for indexing via [Graph Explorer](https://thegraph.com/explorer)
38
+
[Graph Node](https://github.com/graphprotocol/graph-node) instance or
39
+
[Subgraph Studio](https://thegraph.com/studio/). Additionally it allows you to publish your subgraph
40
+
to the decentralized network directly, making it available for indexing via
41
+
[Graph Explorer](https://thegraph.com/explorer)
40
42
41
43
## Installation
42
44
@@ -73,11 +75,14 @@ Use one of the following commands depending on your distribution:
73
75
74
76
## Getting Started
75
77
76
-
The Graph CLI can be used with a local or self-hosted [Graph Node](https://github.com/graphprotocol/graph-node) or with the
78
+
The Graph CLI can be used with a local or self-hosted
79
+
[Graph Node](https://github.com/graphprotocol/graph-node) or with the
77
80
[Subgraph Studio](https://thegraph.com/studio/). To help you get going, there are
78
81
[quick start guides](https://thegraph.com/docs/en/quick-start/) available for both.
79
82
80
-
Additionally, you can use Graph CLI to [publish](https://thegraph.com/docs/en/quick-start/#publishing-from-the-cli) your subgraph to the decentralized network directly.
83
+
Additionally, you can use Graph CLI to
84
+
[publish](https://thegraph.com/docs/en/quick-start/#publishing-from-the-cli) your subgraph to the
85
+
decentralized network directly.
81
86
82
87
If you are ready to dive into the details of building a subgraph from scratch, there is a
83
88
[detailed walkthrough](https://thegraph.com/docs/en/developing/creating-a-subgraph/) for that as
0 commit comments