2.2.0 • Published 1 year ago
@planningcenter/add-ons-cli v2.2.0
Planning Center Add-ons CLI
This little app build and updates Planning Center Add-ons from the command line.
To install:
- Install the package:
npm install @planningcenter/add-ons-cli - Run the binary
planningcenter-add-ons -h
The main commands are:
- create : creates a new skeleton add-on with sample code
- update : bundles and uploads add-on code to Planning Center
- watch : watch the files in the add-on directory and run
updatewhen they change - promote : copies bundled JS code from
testingtobeta, or frombetatoproductionenvironment