Plain text output of describe command look incorrect #346
Labels
bug
This issue describes a defect or unexpected behavior
carvel accepted
This issue should be considered for future work and that the triage process has been completed
good first issue
An issue that will be a good candidate for a new contributor
What steps did you take:
When the annotation in ImagesLock contains yaml the text output of the describe command is incorrectly indented.
Let us assume we have the following ImagesLock
When we execute
imgpkg push -b localhost:5000/test -f basic-step-2
the bundle is pushed to the registryWhat happened:
When we execute
imgpkg describe -b localhost:5000/test@sha256:3cd8f0d917a92fafeef2d44eb63195d5351c35cf46b8b7448cb126c7d68c6291
this is the outputWhat did you expect:
The output should be correctly indented
Anything else you would like to add:
We are using the IndentingUI to automatically indent our output but maybe in this case we need to use some static Prefix or something similar
Environment:
imgpkg --version
): v0.26.0Docker HUB
): NA/etc/os-release
): MacOSVote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help work on this issue.
The text was updated successfully, but these errors were encountered: