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 6073726 commit 935c698Copy full SHA for 935c698
lib/logic/entities/Entity.js
@@ -25,7 +25,7 @@ class Entity {
25
}
26
27
toName() {
28
- return String(this.name || this.info.name);
+ return String(`${this.entityType}/${this.name || this.info.name}`);
29
30
31
toId() {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.54.0",
+ "version": "0.55.0",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments