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 89cb322 commit 39bffd7Copy full SHA for 39bffd7
lib/interface/cli/commands/image/get.cmd.js
@@ -24,6 +24,7 @@ const command = new Command({
24
return yargs
25
.positional('id', {
26
describe: 'Docker Image id',
27
+ coerce: (value) => value,
28
})
29
.option('limit', {
30
describe: 'Limit amount of returned results',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.36.2",
+ "version": "0.37.0",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments