Install extension (bundles)
Install procedure
Bundles can now be downloaded optionally from the Azure dev ops factory.
For example to install wamcodeanalyzer
do the following:
npm install @ewam/bundle-wamcodeanalyzer@latest
node -r dotenv/config ./scripts/installBundle.js --location ./node_modules/@ewam/bundle-wamcodeanalyzer --name WAMCodeAnalyzer --turbo
npm uninstall @ewam/bundle-wamcodeanalyzer@latest
Then you can invoke ./scripts/installBundle.js
or manually install the bundle from the eWam UI.
info
Configuration are not yet available on azure but can be provided on demand.