@dcl/opscli 1.0.0-1824517621.commit-3be0afd → 1.0.0-1824561124.commit-472edeb

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 +3 -13
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,25 +1,15 @@
1
- # @decentraland/opscli
1
+ # @dcl/opscli
2
2
 
3
3
  Operations command line tool. You must login with NPM and your github user to use this command line.
4
4
 
5
- ## Login with Github to private NPM registry:
6
-
7
- ```
8
- $ npm login --scope=@decentraland --registry=https://npm.pkg.github.com
9
-
10
- > Username: USERNAME
11
- > Password: TOKEN
12
- > Email: PUBLIC-EMAIL-ADDRESS
13
- ```
14
-
15
- More info: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry
5
+ ## Commands
16
6
 
17
7
  ### `query-rollout`
18
8
 
19
9
  Usage:
20
10
 
21
11
  ```
22
- $ npx @decentraland/opscli@next query-rollout --domain play.decentraland.zone --rolloutName _site
12
+ $ npx @dcl/opscli@next query-rollout --domain play.decentraland.zone --rolloutName _site
23
13
 
24
14
  Current rollouts for domain "play.decentraland.zone" for this request
25
15
  ┌─────────────────────┬────────────┬─────────────────────────┬───────────────────────────────────┐
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/opscli",
3
- "version": "1.0.0-1824517621.commit-3be0afd",
3
+ "version": "1.0.0-1824561124.commit-472edeb",
4
4
  "description": "base component",
5
5
  "bin": "dist/bin.js",
6
6
  "main": "dist/index.js",
@@ -40,5 +40,5 @@
40
40
  "files": [
41
41
  "dist"
42
42
  ],
43
- "commit": "3be0afd8e46461b21177cca4aed857305e1ec97a"
43
+ "commit": "472edebb25695c5865a622eafdb6a4bd7e0b03a5"
44
44
  }