@@ -19,25 +19,26 @@ $ npm install --save-dev @percy/cli
19
19
20
20
## Command Topics
21
21
22
- - [ ` percy exec ` ] ( ./packages/cli-exec#readme ) - capture and upload snapshots
23
- - [ ` percy snapshot ` ] ( ./packages/cli-snapshot#readme ) - snapshot a static directory or a list of pages
24
- - [ ` percy upload ` ] ( ./packages/cli-upload#readme ) - upload a static directory of images
25
- - [ ` percy config ` ] ( ./packages/cli-config#readme ) - manage configuration files
26
- - [ ` percy build ` ] ( ./packages/cli-build#readme ) - interact with Percy builds
22
+ - [ ` percy exec ` ] ( https://github.com/percy/cli/tree/master/packages/cli-exec#readme ) - capture and upload snapshots
23
+ - [ ` percy snapshot ` ] ( https://github.com/percy/cli/tree/master/packages/cli-snapshot#readme ) - snapshot a static directory or a list of pages
24
+ - [ ` percy upload ` ] ( https://github.com/percy/cli/tree/master/packages/cli-upload#readme ) - upload a static directory of images
25
+ - [ ` percy config ` ] ( https://github.com/percy/cli/tree/master/packages/cli-config#readme ) - manage configuration files
26
+ - [ ` percy build ` ] ( https://github.com/percy/cli/tree/master/packages/cli-build#readme ) - interact with Percy builds
27
+ - [ ` percy app:exec ` ] ( https://github.com/percy/cli/tree/master/packages/cli-app#readme ) - Percy CLI commands for running Percy with native apps.
27
28
28
29
### Advanced
29
30
30
31
In addition to the CLI packages, this repo contains core libraries responsible for Percy's CI/CD
31
32
integrations, Percy API communication, DOM serialization, asset discovery, etc.
32
33
33
- - [ ` @percy/core ` ] ( . /packages/core#readme) - performs snapshot asset discovery and uploading
34
- - [ ` @percy/client ` ] ( . /packages/client#readme) - handles communicating with the Percy API
35
- - [ ` @percy/dom ` ] ( . /packages/dom#readme) - serializes DOM snapshots
36
- - [ ` @percy/env ` ] ( . /packages/env#readme) - captures CI build environment variables
37
- - [ ` @percy/config ` ] ( . /packages/config#readme) - loads Percy configuration files
38
- - [ ` @percy/logger ` ] ( . /packages/logger#readme) - common logger used throughout the CLI
39
- - [ ` @percy/sdk-utils ` ] ( . /packages/sdk-utils#readme) - shared helpers for JavaScript SDKs
40
- - [ ` @percy/cli-command ` ] ( . /packages/cli-command#readme) - Percy CLI command framework
34
+ - [ ` @percy/core ` ] ( https://github.com/percy/cli/tree/master /packages/core#readme) - performs snapshot asset discovery and uploading
35
+ - [ ` @percy/client ` ] ( https://github.com/percy/cli/tree/master /packages/client#readme) - handles communicating with the Percy API
36
+ - [ ` @percy/dom ` ] ( https://github.com/percy/cli/tree/master /packages/dom#readme) - serializes DOM snapshots
37
+ - [ ` @percy/env ` ] ( https://github.com/percy/cli/tree/master /packages/env#readme) - captures CI build environment variables
38
+ - [ ` @percy/config ` ] ( https://github.com/percy/cli/tree/master /packages/config#readme) - loads Percy configuration files
39
+ - [ ` @percy/logger ` ] ( https://github.com/percy/cli/tree/master /packages/logger#readme) - common logger used throughout the CLI
40
+ - [ ` @percy/sdk-utils ` ] ( https://github.com/percy/cli/tree/master /packages/sdk-utils#readme) - shared helpers for JavaScript SDKs
41
+ - [ ` @percy/cli-command ` ] ( https://github.com/percy/cli/tree/master /packages/cli-command#readme) - Percy CLI command framework
41
42
42
43
## Issues
43
44
@@ -50,7 +51,7 @@ request](https://www.browserstack.com/contact?ref=percy#technical-support).
50
51
## Developing
51
52
52
53
This project is built with [ lerna] ( https://lerna.js.org/ ) . The core libaries and CLI plugins are
53
- located in [ ./packages] ( . /packages) . Run ` yarn ` to install dependencies after cloning the repo and
54
+ located in [ ./packages] ( https://github.com/percy/cli/tree/master /packages) . Run ` yarn ` to install dependencies after cloning the repo and
54
55
use the following scripts for various development tasks:
55
56
56
57
- ` yarn build ` - build all packages
0 commit comments