Replacement for 'odo describe component'#5726
Open
vrubezhny wants to merge 1 commit intoredhat-developer:mainfrom
Open
Replacement for 'odo describe component'#5726vrubezhny wants to merge 1 commit intoredhat-developer:mainfrom
vrubezhny wants to merge 1 commit intoredhat-developer:mainfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #5726 +/- ##
===========================================
+ Coverage 32.37% 46.09% +13.72%
===========================================
Files 85 101 +16
Lines 6505 9309 +2804
Branches 1349 2090 +741
===========================================
+ Hits 2106 4291 +2185
- Misses 4399 5017 +618
- Partials 0 1 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
04900ff to
0a34c5f
Compare
6e4638d to
036d916
Compare
036d916 to
a9d300b
Compare
a00ce59 to
d740cbe
Compare
fea8281 to
e9dfbd7
Compare
Member
--- old.txt 2026-04-27 16:11:05.535535296 -0400
+++ new.txt 2026-04-27 16:21:15.117140720 -0400
@@ -5,11 +5,9 @@
Version: 3.0.0
Description: Stack with Node.js 18
Tags: Node.js, Express, ubi8
+Schema Version: 2.2.0
-Running in: Dev
-
-Running on:
- • cluster: Dev
+Running in: None
Supported odo features:
• Dev: true
@@ -53,14 +51,20 @@
• deploy
Type: composite
Group: deploy
+ Commands: build-image, deployk8s
Container components:
• runtime
Source Mapping: /projects
+ Endpoints:
+ - http-node (3000)
+ - debug (5858)
Kubernetes components:
• kubernetes-deploy
+Managed by: odo
+
+--- Close this terminal tab when finished ---
-Press any key to close this terminalThis looks great to me. 👍 I did noticed the |
Contributor
Author
It looks like at the moment you were executing
|
Fixes: redhat-developer#5747 Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com> Assisted-by: OpenAI ChatGPT
e9dfbd7 to
149f80c
Compare
rgrunber
approved these changes
May 6, 2026
Member
rgrunber
left a comment
There was a problem hiding this comment.
I tested out
- adding a new workspace folder that contains a devfile (through
mapFoldersToComponents) - creating a new component using a git repo that contains a devfile (through
getExistingDevfile)
Seems to be working well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #5747