@goldskycom/cli 0.2.1 → 0.2.4
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 +8 -16
- package/dist/index.js +203 -41560
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
|
-
# CLI
|
|
1
|
+
# Goldsky CLI
|
|
2
2
|
|
|
3
|
-
The Goldsky CLI to deploy subgraphs, index & transform blockchain data, configure webhooks, and access your data in real-time.
|
|
3
|
+
The Goldsky ([www.goldsky.com](https://www.goldsky.com)) CLI to deploy subgraphs, index & transform blockchain data, configure webhooks, and access your data in real-time.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Get Started
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
To develop locally, in CLI directory:
|
|
14
|
-
```
|
|
15
|
-
npm link
|
|
16
|
-
goldsky --help
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
NOTE: This package has no runtime dependencies as all dependencies are bundled as part of the build, therefore all dependencies are devDependencies.
|
|
7
|
+
Please refer to the documentation at [docs.goldsky.com/docs/get-started](https://docs.goldsky.com/docs/get-started) to learn how to:
|
|
8
|
+
* Create a new account
|
|
9
|
+
* Generate an API token
|
|
10
|
+
* Log in to the CLI
|
|
11
|
+
* Deploy your first subgraph
|