percy
v5.0.0
Published
Looking for [`@percy/cli`](https://github.com/percy/cli)?
Downloads
19,971
Readme
percy
Looking for @percy/cli
?
This package is installed when somebody uses a package manager's exec command to
run percy
without first installing @percy/cli
. When run, it prints a message
to stderr informing the user that @percy/cli
is not installed and then exits.
To avoid accidentally installing this package when using a package manager's exec command, most package managers accept the package's name:
$ npx @percy/cli --help
$ yarn dlx @percy/cli --help
$ pnpm dlx @percy/cli --help