Skip to content

Commit 128f919

Browse files
add option for yaml and json output in runtime bas images cmd (#824)
1 parent fa87afe commit 128f919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/logic/entities/RuntimeEnvironmentBaseImages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const Entity = require('./Entity');
33
class RuntimeEnvironmentBaseImages extends Entity {
44
constructor(data) {
55
super();
6+
this.info = data;
67
this.entityType = 'RuntimeEnvironmentBaseImages';
78
this.component = data.component;
89
this.image = data.image;
@@ -15,4 +16,3 @@ class RuntimeEnvironmentBaseImages extends Entity {
1516
}
1617
}
1718
module.exports = RuntimeEnvironmentBaseImages;
18-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.84.5",
3+
"version": "0.84.6",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)