Read this on the main serverless docs site¶
OpenWhisk - Config Credentials¶
Options¶
--provideror-pThe provider (in this caseopenwhisk). Required.--apihostor-hTheopenwhisk_apihost. Required.--author-aTheopenwhisk_auth. Required.
Provided lifecycle events¶
config:credentials:config
Examples¶
Configure the default profile¶
serverless config credentials --provider openwhisk --apihost openwhisk.ng.bluemix.net --auth username:password
Credentials are stored in ~/.wskprops, which you can edit directly if needed.