@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 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
- ## Usage
5
+ ## Get Started
6
6
 
7
- To install the published version:
8
- ```
9
- npm install -g @goldskycom/cli
10
- goldsky --help
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