@percy/agent
A low-level Node process for interacting with Percy.
Usage
$ npm install -g @percy/agent
$ percy-agent COMMAND
running command...
$ percy-agent (-v|--version|version)
@percy/agent/0.0.42 darwin-x64 node-v8.10.0
$ percy-agent --help [COMMAND]
USAGE
$ percy-agent COMMAND
...
Commands
percy-agent exec
Start and stop Percy agent around a supplied command
USAGE
$ percy-agent exec
OPTIONS
-p, --port=port [default: 5338] port
EXAMPLES
$ percy-agent exec -- echo "percy-agent is running around this echo command"
$ percy-agent exec -- bash -c "echo foo && echo bar"
See code: dist/commands/exec.ts
percy-agent help [COMMAND]
display help for percy-agent
USAGE
$ percy-agent help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help