@dcl/opscli 1.0.0-2036199842.commit-481667e → 1.0.0-2040077498.commit-6e9a738
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 +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,14 @@ Operations command line tool.
|
|
|
4
4
|
|
|
5
5
|
## Commands
|
|
6
6
|
|
|
7
|
+
### Validate deployment consistency
|
|
8
|
+
|
|
9
|
+
Check the active deployment by pointer on every catalyst, usage:
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
npx @dcl/opscli pointer-consistency --pointer "0,0"
|
|
13
|
+
```
|
|
14
|
+
|
|
7
15
|
### `query-rollout`
|
|
8
16
|
|
|
9
17
|
Usage:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/opscli",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-2040077498.commit-6e9a738",
|
|
4
4
|
"description": "base component",
|
|
5
5
|
"bin": "dist/bin.js",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"files": [
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
|
-
"commit": "
|
|
44
|
+
"commit": "6e9a738c13433973d77ce0c2354c2b57c76fb390"
|
|
45
45
|
}
|