diff --git a/configCredentials/index.js b/configCredentials/index.js index 4f50afa..f7c1950 100644 --- a/configCredentials/index.js +++ b/configCredentials/index.js @@ -24,11 +24,14 @@ class OpenWhiskConfigCredentials { usage: 'OpenWhisk platform API hostname.', shortcut: 'h', required: true, + type: 'string', + }, auth: { usage: 'User authentication credentials for the provider', shortcut: 'a', required: true, + type: 'string', } }, },