Skip to content

An agent process for integrating with Percy.

License

Notifications You must be signed in to change notification settings

smacgaha/percy-agent

 
 

Repository files navigation

@percy/agent

A low-level Node process for interacting with Percy.

Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g @percy/agent
$ percy COMMAND
running command...
$ percy (-v|--version|version)
@percy/agent/0.2.2 linux-x64 node-v10.15.3
$ percy --help [COMMAND]
USAGE
  $ percy COMMAND
...

Commands

percy exec

Start and stop Percy around a supplied command

USAGE
  $ percy exec

OPTIONS
  -p, --port=port                                  [default: 5338] port
  -t, --network-idle-timeout=network-idle-timeout  [default: 50] asset discovery network idle timeout (in milliseconds)

EXAMPLES
  $ percy exec -- echo "percy is running around this echo command"
  $ percy exec -- bash -c "echo foo && echo bar"

percy finalize

finalize a build

USAGE
  $ percy finalize

OPTIONS
  -a, --all  (required)

EXAMPLE
  $ percy finalize --all
  [percy] Finalized parallel build.

percy help [COMMAND]

display help for percy

USAGE
  $ percy help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

An agent process for integrating with Percy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.7%
  • HTML 3.0%
  • JavaScript 1.7%
  • Shell 1.5%
  • Other 0.1%