@goldskycom/cli 0.0.5 → 0.1.2

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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +25823 -25499
  3. package/package.json +3 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # CLI
2
2
 
3
- Goldsky client CLI. This allows users to create/deploy/remove subgraphs on 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 @goldsky-io/cli
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.