@planningcenter/add-ons-cli
v2.2.0
Published
This little app builds and updates Planning Center Add-ons from the command line.
Downloads
15
Keywords
Readme
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
update
when they change - promote : copies bundled JS code from
testing
tobeta
, or frombeta
toproduction
environment