README
bbug-apps-cli
Installation
Requires node 8 or greater.
npm install -g
Options
Options may be passed with flags, however you will be prompted to enter any missing required options.
The options will be stored in the project directory in .bbugrc. This avoids the need to
re-enter options upon re-triggering commands for a given app project.
Commands
Install
Builds and installs an app package to the BookingBug engine. Run the command in the app project directory.
bbug-apps-cli install [options]
Options:
| Email address used to log into BookingBug | |
| --password | Password used to log into BookingBug |
| --host | Destination host server |
| --companyId | Destination company |
| --port | HTTP port to use |
Uninstall
Removes an app package from the BookingBug engine.
bbug-apps-cli uninstall [options]
Options:
| Email address used to log into BookingBug | |
| --password | Password used to log into BookingBug |
| --host | Destination host server |
| --companyId | Destination company |
| --port | HTTP port to use |
Tail
Display the script logs for an app package.
bbug-apps-cli tail [options]
Options:
| Email address used to log into BookingBug | |
| --password | Password used to log into BookingBug |
| --host | Destination host server |
| --companyId | Destination company |
| --port | HTTP port to use |