From 62a7194b85e4c58971271a7dc89c722b46b4a95f Mon Sep 17 00:00:00 2001 From: Emma Hoggan Date: Wed, 22 Jul 2020 12:11:31 -0600 Subject: [PATCH] Code-bundle-id should be typed as a string in the meow config so that it isn't processed as a number. --- cli.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli.js b/cli.js index fcc4fa0..949c3ee 100755 --- a/cli.js +++ b/cli.js @@ -71,7 +71,8 @@ const cli = meow(` }, string: [ 'app-version', - 'api-key' + 'api-key', + 'code-bundle-id' ], boolean: [ 'overwrite',