0.0.5 • Published 3 years ago

pdv v0.0.5

Weekly downloads
73
License
ISC
Repository
github
Last release
3 years ago

Placedv cli command line (pdv)

oclif Version

Usage

$ npm install -g pdv
$ pdv COMMAND
running command...
$ pdv (-v|--version|version)
pdv/0.0.3 darwin-x64 node-v14.15.4
$ pdv --help [COMMAND]
USAGE
  $ pdv COMMAND
...

Commands

pdv create

get profile credentials

USAGE
  $ pdv create

OPTIONS
  -c, --company=company  (required) company to use (number)
  -n, --name=name        (required) name of the campaign (string)
  -p, --profile=profile  (required) profile used to crete the campaign

See code: src/commands/create.js

pdv help [COMMAND]

display help for pdv

USAGE
  $ pdv help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

pdv init

save placedv credentials

USAGE
  $ pdv init

See code: src/commands/init.js

pdv profile

get profile credentials

USAGE
  $ pdv profile

OPTIONS
  -p, --profile=profile  (required) name to print

See code: src/commands/profile.js