0.0.0 • Published 4 years ago

tb-cli-plubin v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

tb-cli-plubin

Trailboss plugin for sfdx

oclif Version Downloads/week License

Usage

$ npm install -g tb-cli-plubin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
tb-cli-plubin/0.0.0 darwin-x64 node-v10.15.3
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example badges:pull

fetches a badge and its units and assessments to a local directory

USAGE
  $ oclif-example badges:pull

OPTIONS
  -a, --api_namespace_name=api_namespace_name  (required) the namespace:api_name for the badge
  -h, --help                                   show CLI help

See code: src/commands/badges/pull.ts

oclif-example badges:push

pushes the badge and its units and assessments from the current directory to trailboss

USAGE
  $ oclif-example badges:push

OPTIONS
  -a, --api_namespace_name=api_namespace_name  (required) the namespace:api_name for the badge
  -h, --help                                   show CLI help

See code: src/commands/badges/push.ts

oclif-example hello [FILE]

describe the command here

USAGE
  $ oclif-example hello [FILE]

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

EXAMPLE
  $ oclif-example hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

oclif-example test [FILE]

describe the command here

USAGE
  $ oclif-example test [FILE]

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

See code: src/commands/test.ts

0.0.0

4 years ago