@dcl/opscli 1.0.0-2019662047.commit-43263cb → 1.0.0-2019696828.commit-ee05ffb
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Operations command line tool.
|
|
|
9
9
|
Usage:
|
|
10
10
|
|
|
11
11
|
```
|
|
12
|
-
$ npx @dcl/opscli
|
|
12
|
+
$ npx @dcl/opscli query-rollout --domain play.decentraland.zone --rolloutName _site
|
|
13
13
|
|
|
14
14
|
Current rollouts for domain "play.decentraland.zone" for this request
|
|
15
15
|
┌─────────────────────┬────────────┬─────────────────────────┬───────────────────────────────────┐
|
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-2019696828.commit-ee05ffb",
|
|
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": "ee05ffbb69410f25ce3d151eaeda7117d3769df8"
|
|
45
45
|
}
|