Gathering detailed insights and metrics for @percy/cli-exec
Gathering detailed insights and metrics for @percy/cli-exec
Gathering detailed insights and metrics for @percy/cli-exec
Gathering detailed insights and metrics for @percy/cli-exec
The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
npm install @percy/cli-exec
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (99.44%)
TypeScript (0.39%)
Shell (0.17%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
77 Stars
1,555 Commits
50 Forks
9 Watchers
12 Branches
64 Contributors
Updated on Jun 18, 2025
Latest Version
1.31.0
Package Id
@percy/cli-exec@1.31.0
Unpacked Size
13.05 kB
Size
4.37 kB
File Count
8
NPM Version
lerna/6.0.1/node@v14.21.3+x64 (linux)
Node Version
14.21.3
Published on
Jun 12, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
1$ npm install --save-dev @percy/cli
percy exec
- capture and upload snapshotspercy snapshot
- snapshot a static directory or a list of pagespercy upload
- upload a static directory of imagespercy config
- manage configuration filespercy build
- interact with Percy buildsIn addition to the CLI packages, this repo contains core libraries responsible for Percy's CI/CD integrations, Percy API communication, DOM serialization, asset discovery, etc.
@percy/core
- performs snapshot asset discovery and uploading@percy/client
- handles communicating with the Percy API@percy/dom
- serializes DOM snapshots@percy/env
- captures CI build environment variables@percy/config
- loads Percy configuration files@percy/logger
- common logger used throughout the CLI@percy/sdk-utils
- shared helpers for JavaScript SDKs@percy/cli-command
- Percy CLI command frameworkFor problems directly related to the CLI, add an issue on GitHub.
For other issues, open a support request.
This project is built with lerna. The core libaries and CLI plugins are
located in ./packages. Run yarn
to install dependencies after cloning the repo and
use the following scripts for various development tasks:
yarn build
- build all packagesyarn build:watch
- build and watch all packages in parallelyarn clean
- clean up build and coverage outputyarn lint
- lint all packagesyarn readme
- generate cli commands readme usageyarn test
- run all tests, one package after anotheryarn test:coverage
- run all tests with coverage, one package after anotheryarn global:link
- links all packages being developed as global.
yarn build
to be run before consuming.yarn link @percy/[core|cli..]
yarn global:unlink
- unlinks all packages globallyIndividual package scripts can be invoked using yarn's workspace command. For example:
1$ yarn workspace @percy/core test
check in Core Package's readme here.
No vulnerabilities found.
Reason
21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
SAST tool is run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
9 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
license file not detected
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More