@percy/cli-snapshot 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
@@ -38,6 +38,7 @@ Global options:
38
38
  -v, --verbose Log everything
39
39
  -q, --quiet Log errors only
40
40
  -s, --silent Log nothing
41
+ -l, --labels <string> Associates labels to the build (ex: --labels=dev,prod )
41
42
  --help Display command help
42
43
 
43
44
  Examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli-snapshot",
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,8 +33,8 @@
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
  "yaml": "^2.0.0"
38
38
  },
39
- "gitHead": "0bd4ee85db05f5adb8376d1ef09627c04cff5fb1"
39
+ "gitHead": "809b770761a7a5ad0044e462218452e920a4d1f0"
40
40
  }