envio-cloud 0.8.0 → 0.9.1
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 +7 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -97,9 +97,10 @@ envio-cloud logout # Remove stored credentials
|
|
|
97
97
|
|
|
98
98
|
### Indexer Commands
|
|
99
99
|
|
|
100
|
-
#### `envio-cloud indexer list`
|
|
100
|
+
#### `envio-cloud indexer list` (requires auth)
|
|
101
101
|
|
|
102
|
-
List
|
|
102
|
+
List indexers across every organisation you are a member of. Use `--org` to
|
|
103
|
+
scope to a single organisation.
|
|
103
104
|
|
|
104
105
|
```bash
|
|
105
106
|
envio-cloud indexer list
|
|
@@ -110,13 +111,14 @@ envio-cloud indexer list -o json
|
|
|
110
111
|
|
|
111
112
|
| Flag | Description |
|
|
112
113
|
|------|-------------|
|
|
113
|
-
| `--org` |
|
|
114
|
+
| `--org` | Scope to a single organisation you belong to |
|
|
114
115
|
| `--limit` | Max number of results (default: 1000) |
|
|
115
116
|
| `-o, --output` | Output format: `json` |
|
|
116
117
|
|
|
117
|
-
#### `envio-cloud indexer get <name> [organisation]`
|
|
118
|
+
#### `envio-cloud indexer get <name> [organisation]` (requires auth)
|
|
118
119
|
|
|
119
|
-
View details and deployments for a specific indexer
|
|
120
|
+
View details and deployments for a specific indexer in one of your
|
|
121
|
+
organisations.
|
|
120
122
|
|
|
121
123
|
```bash
|
|
122
124
|
envio-cloud indexer get hyperindex mjyoung114
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "envio-cloud",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "CLI for Envio Cloud — manage and monitor blockchain indexers powered by HyperIndex",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"postinstall": "node install.js"
|
|
15
15
|
},
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"@envio-dev/envio-cloud-darwin-arm64": "0.
|
|
18
|
-
"@envio-dev/envio-cloud-darwin-x64": "0.
|
|
19
|
-
"@envio-dev/envio-cloud-linux-x64": "0.
|
|
20
|
-
"@envio-dev/envio-cloud-linux-arm64": "0.
|
|
21
|
-
"@envio-dev/envio-cloud-win32-x64": "0.
|
|
17
|
+
"@envio-dev/envio-cloud-darwin-arm64": "0.9.1",
|
|
18
|
+
"@envio-dev/envio-cloud-darwin-x64": "0.9.1",
|
|
19
|
+
"@envio-dev/envio-cloud-linux-x64": "0.9.1",
|
|
20
|
+
"@envio-dev/envio-cloud-linux-arm64": "0.9.1",
|
|
21
|
+
"@envio-dev/envio-cloud-win32-x64": "0.9.1"
|
|
22
22
|
},
|
|
23
23
|
"keywords": [
|
|
24
24
|
"envio",
|