New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

agent-manager-cli-client

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agent-manager-cli-client

Hype Loop Manager CLI client

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

agent-manager-cli-client

Hype Loop Manager CLI client

oclif Version Downloads/week License

  • Usage
  • Commands

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

Keywords

oclif

FAQs

Package last updated on 29 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts