@bullhorn/bullhorn-cli
v2.2.6
Published
> Command line interface for Bullhorn and Bullhorn Extensions
Downloads
210
Readme
Command line interface for Bullhorn and Bullhorn Extensions
Installation
npm install -g @bullhorn/bullhorn-cli
Usage
Usage: bullhorn [options] [command]
Bullhorn CLI
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
auth <action> Authorize cli with Bullhorn
login
logout
config <action> Authorize cli with Bullhorn
set <property> <value> Generate data model from Bullhorn REST metadata
get <property> Generate data model from Bullhorn REST metadata
extensions <action> commands to manage extensions
extract Extract an extension from the extension config JSON file
list list installed extensions
upload Upload an extension after extracting
typings <action> commands to generate typings file
generate [options] [entity] generate data model from Bullhorn REST metadata
Local Development
- Clone repository
npm install
npm link
- Change stuff