Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 1.61 KB

configuration.md

File metadata and controls

79 lines (50 loc) · 1.61 KB

Configuration

Configuration values below are passed as parameters to the script.

Openwhisk API Host

Openwhisk API Endpoint to where the actions to be deployed

Parameter Default Value
--openwhiskApiHost https://localhost:31001

usage

./deploy.sh --openwhiskApiHost https://localhost:31001

Openwhisk API Key

Openwhisk authentication key.

Parameter Default Value
--openwhiskApiKey 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP

usage

./deploy.sh --openwhiskApiKey 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP

Openwhisk Namespace

Organization space where the actions to be deployed

Parameter Default Value
--openwhiskNamespace guest

usage

./deploy.sh --openwhiskNamespace guest

Build Action

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

usage

./deploy.sh --build push-notification

Skip Build and Deploy Action

Provide actions to be skip, Accepts name of the available actions separated by ,

Parameter Default Value
--skip none

usage

./deploy.sh --skip push-notification,balance-filter