Configuration values below are passed as parameters to the script.
Openwhisk API Endpoint to where the actions to be deployed
Parameter | Default Value |
---|---|
--openwhiskApiHost | https://localhost:31001 |
./deploy.sh --openwhiskApiHost https://localhost:31001
Openwhisk authentication key.
Parameter | Default Value |
---|---|
--openwhiskApiKey | 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP |
./deploy.sh --openwhiskApiKey 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
Organization space where the actions to be deployed
Parameter | Default Value |
---|---|
--openwhiskNamespace | guest |
./deploy.sh --openwhiskNamespace guest
Provide actions to be build, Accepts none
or name of the actions separated by ,
to be build
Parameter | Default Value |
---|---|
--build | push-notification,balance-filter,event-receiver,event-registration,balance-notification-registration,event-producer,kafka-provider-feed,kafka-provider-web,substrate-event-processor |
./deploy.sh --build push-notification
Provide actions to be skip, Accepts name of the available actions separated by ,
Parameter | Default Value |
---|---|
--skip | none |
./deploy.sh --skip push-notification,balance-filter