diff --git a/lib/interface/cli/commands/image/get.cmd.js b/lib/interface/cli/commands/image/get.cmd.js index 25ca37cf6..4423f41a2 100644 --- a/lib/interface/cli/commands/image/get.cmd.js +++ b/lib/interface/cli/commands/image/get.cmd.js @@ -22,6 +22,9 @@ const command = new Command({ }, builder: (yargs) => { return yargs + .parserConfiguration({ + 'parse-numbers': false, + }) .positional('id', { describe: 'Docker Image id', coerce: (value) => value, diff --git a/package.json b/package.json index a4ac81720..fff89ee59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.43.16", + "version": "0.44.0", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,