Skip to content

Commit

Permalink
add option for yaml and json output in runtime bas images cmd (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
eti-codefresh authored Jul 4, 2023
1 parent fa87afe commit 128f919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/logic/entities/RuntimeEnvironmentBaseImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const Entity = require('./Entity');
class RuntimeEnvironmentBaseImages extends Entity {
constructor(data) {
super();
this.info = data;
this.entityType = 'RuntimeEnvironmentBaseImages';
this.component = data.component;
this.image = data.image;
Expand All @@ -15,4 +16,3 @@ class RuntimeEnvironmentBaseImages extends Entity {
}
}
module.exports = RuntimeEnvironmentBaseImages;

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.84.5",
"version": "0.84.6",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 128f919

Please sign in to comment.