OpenWhisk - Config Credentials

serverless config credentials --provider provider --apihost apihost --auth auth

Options

  • --provider or -p The provider (in this case openwhisk). Required.
  • --apihost or -h The openwhisk_apihost. Required.
  • --auth or -a The openwhisk_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.

Edit this page

OpenWhisk - Config Credentials

serverless config credentials --provider provider --apihost apihost --auth auth

Options

  • --provider or -p The provider (in this case openwhisk). Required.
  • --apihost or -h The openwhisk_apihost. Required.
  • --auth or -a The openwhisk_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.