We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a73765 commit 4080142Copy full SHA for 4080142
lib/interface/cli/commands/image/get.cmd.js
@@ -22,6 +22,9 @@ const command = new Command({
22
},
23
builder: (yargs) => {
24
return yargs
25
+ .parserConfiguration({
26
+ 'parse-numbers': false,
27
+ })
28
.positional('id', {
29
describe: 'Docker Image id',
30
coerce: (value) => value,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.43.16",
+ "version": "0.44.0",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments