@goldskycom/cli 1.4.0 → 1.6.0-beta1-pipeline-create
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 +5 -4
- package/dist/index.js +321 -268
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +15 -13
package/README.md
CHANGED
|
@@ -5,7 +5,8 @@ The Goldsky ([www.goldsky.com](https://www.goldsky.com)) CLI to deploy subgraphs
|
|
|
5
5
|
## Get Started
|
|
6
6
|
|
|
7
7
|
Please refer to the documentation at [docs.goldsky.com/](https://docs.goldsky.com/#quick-start) to learn how to:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
|
|
9
|
+
- Create a new account
|
|
10
|
+
- Generate an API token
|
|
11
|
+
- Log in to the CLI
|
|
12
|
+
- Deploy your first subgraph
|