@goldskycom/cli 0.0.5 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/index.js +29668 -29421
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# CLI
|
|
2
2
|
|
|
3
|
-
Goldsky
|
|
3
|
+
The Goldsky CLI to deploy subgraphs, index & transform blockchain data, configure webhooks, and access your data in real-time.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
7
|
To install the published version:
|
|
8
8
|
```
|
|
9
|
-
npm install -g @
|
|
9
|
+
npm install -g @goldskycom/cli
|
|
10
10
|
goldsky --help
|
|
11
11
|
```
|
|
12
12
|
|
|
@@ -16,4 +16,4 @@ npm link
|
|
|
16
16
|
goldsky --help
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
NOTE: This package has no runtime dependencies as all dependencies are bundled as part of the build, therefore all dependencies are devDependencies
|
|
19
|
+
NOTE: This package has no runtime dependencies as all dependencies are bundled as part of the build, therefore all dependencies are devDependencies.
|