@percy/cli-upload 1.31.1-beta.0 → 1.31.1-beta.2

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 +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -31,6 +31,7 @@ Global options:
31
31
  -v, --verbose Log everything
32
32
  -q, --quiet Log errors only
33
33
  -s, --silent Log nothing
34
+ -l, --labels <string> Associates labels to the build (ex: --labels=dev,prod )
34
35
  -h, --help Display command help
35
36
 
36
37
  Examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli-upload",
3
- "version": "1.31.1-beta.0",
3
+ "version": "1.31.1-beta.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,9 +33,9 @@
33
33
  ]
34
34
  },
35
35
  "dependencies": {
36
- "@percy/cli-command": "1.31.1-beta.0",
36
+ "@percy/cli-command": "1.31.1-beta.2",
37
37
  "fast-glob": "^3.2.11",
38
38
  "image-size": "^1.0.0"
39
39
  },
40
- "gitHead": "0bd4ee85db05f5adb8376d1ef09627c04cff5fb1"
40
+ "gitHead": "809b770761a7a5ad0044e462218452e920a4d1f0"
41
41
  }