0.0.1 • Published 4 years ago

pdv-cli v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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.1 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
  -n, --name=name        (required) name of the campaign
  -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 token securely

USAGE
  $ pdv init

DESCRIPTION
  ...
  profile name  (required)
  auth token    (required)

See code: src/commands/init.js

pdv profile

get profile auth token

USAGE
  $ pdv profile

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

See code: src/commands/profile.js

0.0.1

4 years ago