agent-manager-cli-client
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

agent-manager-cli-client

Hype Loop Manager CLI client

oclif Version Downloads/week License

Usage

$ npm install -g agent-manager-cli-client
$ manager COMMAND
running command...
$ manager (-v|--version|version)
agent-manager-cli-client/0.2.0 linux-x64 node-v14.17.3
$ manager --help [COMMAND]
USAGE
  $ manager COMMAND
...

Commands

manager agent [FILE]

describe the command here

USAGE
  $ manager agent [FILE]

OPTIONS
  --pid=pid        (required) the PID to be killed
  --server=server  [default: ws://0.0.0.0:3003] target server

See code: src/commands/agent.ts

manager agents

watch all current running agents, in real time

USAGE
  $ manager agents

OPTIONS
  --server=server  [default: ws://0.0.0.0:3003] target server

See code: src/commands/agents.ts

manager help [COMMAND]

display help for manager

USAGE
  $ manager help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

manager kill

kills the desired process

USAGE
  $ manager kill

OPTIONS
  --pid=pid        (required) the PID to be killed
  --server=server  [default: http://0.0.0.0:3003] target server

See code: src/commands/kill.ts

manager spawn

dispatches an worker

USAGE
  $ manager spawn

OPTIONS
  -i, --installments=installments  [default: 1] payment installments
  -p, --password=password          (required) the retailer account password
  -u, --username=username          (required) the retailer account username
  --retailer=nike                  (required) retailer
  --server=server                  [default: http://0.0.0.0:3003] target server
  --sizes=sizes                    (required) the product sizes, separated by a bar (/)
  --style=style                    (required) the retailer product code

See code: src/commands/spawn.ts

Readme

Keywords

Package Sidebar

Install

npm i agent-manager-cli-client

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

21.2 kB

Total Files

27

Last publish

Collaborators

  • jvscheuermann