serverless config credentials --provider provider --apihost apihost --auth auth
--provider
or-p
The provider (in this caseopenwhisk
). Required.--apihost
or-h
Theopenwhisk_apihost
. Required.--auth
or-a
Theopenwhisk_auth
. Required.
config:credentials:config
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.