Skip to content

Commit 39bffd7

Browse files
fix image convertion (#369)
1 parent 89cb322 commit 39bffd7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/interface/cli/commands/image/get.cmd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const command = new Command({
2424
return yargs
2525
.positional('id', {
2626
describe: 'Docker Image id',
27+
coerce: (value) => value,
2728
})
2829
.option('limit', {
2930
describe: 'Limit amount of returned results',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.36.2",
3+
"version": "0.37.0",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)