tb-cli-plugin

Trailboss plugin for sfdx

Usage no npm install needed!

<script type="module">
  import tbCliPlugin from 'https://cdn.skypack.dev/tb-cli-plugin';
</script>

README

tb-cli-plugin

Trailboss plugin for sfdx

oclif Version Downloads/week License

Usage

$ npm install -g tb-cli-plugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
tb-cli-plugin/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 badges:test

tests the current assessment

USAGE
  $ oclif-example badges:test

OPTIONS
  -h, --help  show CLI help

See code: src/commands/badges/test.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