The purpose of this package is to make it easy to develop and deploy UI extension bundles into IBM CloudPak for Watson AIOps.
The tool can be run directly with npx:
npx cp4waiops-ui-bundle-tools --help
Or can be installed globally and then ran standalone:
npm install -g cp4waiops-ui-bundle-tools
aiops-ui --help
If you have any questions or issues you can create a new issue here.
Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example:
- Fork the repo
- Create your feature branch (
git checkout -b my-name/my-new-feature
) - Commit your changes (
git commit -am 'feat: added some feature'
) - Push to the branch (
git push origin my-name/my-new-feature
) - Create new Pull Request