BookingBug Apps CLI
npm install @bookingbug/bbug-apps-cliRequires node 8 or greater.
``npm install -g`
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.
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 |
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 |
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 |