From af698500d822e6f8026f25dc6301ff521f2eac7d Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sun, 22 Aug 2021 21:10:24 +0200 Subject: [PATCH] Add types to fix deprecation warning --- configCredentials/index.js | 3 +++ 1 file changed, 3 insertions(+) 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', } }, },