We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The publish.sh script in the root does all of these actions.
npm install -g @exlibris/exl-cloudapp-cli npm update -g @exlibris/exl-cloudapp-cli npm unpublish -f @exlibris/exl-cloudapp-cli@0.1.13 npm config delete @exlibris:registry npm config set @exlibris:registry http://localhost:4873 npm adduser --registry http://localhost:4873
angular-lib npm run build cp -r dist/ ~/Sites/repos/alma-csv-user-load/node_modules/@exlibris/exl-cloudapp-angular-lib/
eca build --base-href /jweisman/alma-refine/ aws s3 sync build/ s3://apps01.ext.exlibrisgroup.com/jweisman/alma-touchnet-cloudapp --region=eu-central-1 --delete --profile cloudapps aws s3 cp s3://apps01.ext.exlibrisgroup.com/apps.json ~/Downloads/apps.json --region=eu-central-1 --profile cloudapps aws s3 cp ~/Downloads/apps.json s3://apps01.ext.exlibrisgroup.com/apps.json --region=eu-central-1 --profile cloudapps