Display an "effective" view of the Devfile #6897
Labels
kind/user-story
An issue of user-story kind
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/Medium
Nice to have issue. Getting it done before priority changes would be great.
/kind user-story
DevTools week idea.
User Story
As an odo user, I want to view the effective Devfile that will be used by
odo
So that I can have a better understanding of whatodo
will do.An effective Devfile is a view of the Devfile after all resolutions have been performed by
odo
. This includes things like:This is kind of similar to the idea of a dry-run option (mentioned in As a user, I need guidance on how to add devfiles to existing apps (
odo init --dry-run -o yaml
) #4435, odo dev --dry-run #5243 or odo deploy --dry-run #6240), but mostly focused on the Devfile view.It could be available as an
odo print
(or something similar) command.Acceptance Criteria
--var
and--var-file
flags to perform variable substitutionsLinks
/kind user-story
The text was updated successfully, but these errors were encountered: