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

cli-apex

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-apex

<!-- usage --> ```sh-session $ npm install -g cli-apex $ apex COMMAND running command... $ apex (-v|--version|version) cli-apex/0.1.4 darwin-x64 node-v10.15.3 $ apex --help [COMMAND] USAGE $ apex COMMAND ... ``` <!-- usagestop --> # Commands <!-- commands

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

apex-cli

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g cli-apex
$ apex COMMAND
running command...
$ apex (-v|--version|version)
cli-apex/0.1.5 darwin-x64 node-v10.15.3
$ apex --help [COMMAND]
USAGE
  $ apex COMMAND
...

Commands

apex GetProducts [FILE]

gets products of an exchange

USAGE
  $ apex GetProducts [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print
  --format=format

EXAMPLE
  $ apex GetProducts
  hello world from ./src/hello.ts!

See code: src/commands/GetProducts.ts

apex hello [FILE]

describe the command here

USAGE
  $ apex hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ apex hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

apex help [COMMAND]

display help for apex

USAGE
  $ apex help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

oclif

FAQs

Package last updated on 23 May 2019

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