2.0.0 • Published 6 years ago

@sdinteractive/connectwise-workplan v2.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

ConnectWise Workplanning CLI Tools

A CLI node app for synchronizing JSON workplanning files to ConnectWise.

Commands

Note that the commands offer an CLI. 🤓

CommandPurpose
yarn createjs [--project="Kravet"] [--phase="Sprint 2"] [--create-phase]Create Tickets or Phases
yarn applyApply Workplan to a Project

REST Configuration

  1. Copy config.json.sample to config.json.
  2. In ConnectWise, go to My Account (normally via your name in top right.)
  3. Select the API Keys tab. You may need to click the gear icon to make it visible.
  4. Add a new entry using the + or Add button, enter any Description, and save.
  5. Copy the generated public key and private key to the corresponding fields in config.json.