envio-cloud 0.7.3 → 0.9.0

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 (2) hide show
  1. package/README.md +15 -13
  2. package/package.json +7 -7
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 all public indexers on the platform.
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` | Filter by organisation ID |
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
@@ -223,9 +225,9 @@ envio-cloud indexer security set-prod-only myindexer myorg true
223
225
 
224
226
  All deployment commands accept args as `<indexer> <commit> [organisation]`. Organisation can be omitted if set via `envio-cloud config set-org`.
225
227
 
226
- #### `envio-cloud deployment metrics <indexer> <commit> [organisation]`
228
+ #### `envio-cloud deployment metrics <indexer> <commit> [organisation]` (requires auth)
227
229
 
228
- Real-time indexing metrics per chain. **No auth required.**
230
+ Real-time indexing metrics per chain.
229
231
 
230
232
  ```bash
231
233
  envio-cloud deployment metrics hyperindex b3ead3a mjyoung114
@@ -250,9 +252,9 @@ Total chains: 2 | Total events: 1739257 | Status: fully synced
250
252
  | `--watch` | Auto-refresh every 10 seconds |
251
253
  | `-o, --output` | Output format: `json` |
252
254
 
253
- #### `envio-cloud deployment status <indexer> <commit> [organisation]`
255
+ #### `envio-cloud deployment status <indexer> <commit> [organisation]` (requires auth)
254
256
 
255
- Sync progress and completion percentage. **No auth required.**
257
+ Sync progress and completion percentage.
256
258
 
257
259
  ```bash
258
260
  envio-cloud deployment status hyperindex b3ead3a mjyoung114
@@ -260,18 +262,18 @@ envio-cloud deployment status hyperindex b3ead3a mjyoung114 --watch-till-synced
260
262
  envio-cloud deployment status hyperindex b3ead3a mjyoung114 -o json
261
263
  ```
262
264
 
263
- #### `envio-cloud deployment info <indexer> <commit> [organisation]`
265
+ #### `envio-cloud deployment info <indexer> <commit> [organisation]` (requires auth)
264
266
 
265
- Aggregator configuration (cache, DB exposure). **No auth required.**
267
+ Aggregator configuration (cache, DB exposure).
266
268
 
267
269
  ```bash
268
270
  envio-cloud deployment info hyperindex b3ead3a mjyoung114
269
271
  envio-cloud deployment info hyperindex b3ead3a mjyoung114 -o json
270
272
  ```
271
273
 
272
- #### `envio-cloud deployment endpoint <indexer> <commit> [organisation]`
274
+ #### `envio-cloud deployment endpoint <indexer> <commit> [organisation]` (requires auth)
273
275
 
274
- Get the GraphQL query endpoint URL. **No auth required.**
276
+ Get the GraphQL query endpoint URL.
275
277
 
276
278
  ```bash
277
279
  envio-cloud deployment endpoint hyperindex b3ead3a mjyoung114
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "envio-cloud",
3
- "version": "0.7.3",
4
- "description": "CLI for Envio's Hosted Service — manage and monitor blockchain indexers powered by HyperIndex",
3
+ "version": "0.9.0",
4
+ "description": "CLI for Envio Cloud — manage and monitor blockchain indexers powered by HyperIndex",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/enviodev/hosted-service-cli.git"
@@ -14,11 +14,11 @@
14
14
  "postinstall": "node install.js"
15
15
  },
16
16
  "optionalDependencies": {
17
- "@envio-dev/envio-cloud-darwin-arm64": "0.7.3",
18
- "@envio-dev/envio-cloud-darwin-x64": "0.7.3",
19
- "@envio-dev/envio-cloud-linux-x64": "0.7.3",
20
- "@envio-dev/envio-cloud-linux-arm64": "0.7.3",
21
- "@envio-dev/envio-cloud-win32-x64": "0.7.3"
17
+ "@envio-dev/envio-cloud-darwin-arm64": "0.9.0",
18
+ "@envio-dev/envio-cloud-darwin-x64": "0.9.0",
19
+ "@envio-dev/envio-cloud-linux-x64": "0.9.0",
20
+ "@envio-dev/envio-cloud-linux-arm64": "0.9.0",
21
+ "@envio-dev/envio-cloud-win32-x64": "0.9.0"
22
22
  },
23
23
  "keywords": [
24
24
  "envio",