Jan Kiszka schrieb am Fr 10. Jul, 16:00 (+0200):
> On 10.07.26 07:55, 'Jörg Sommer' via kas-devel wrote:
> > Hello,
> >
> > is it possible to get the output of `./kas-container lock --update --sort
> > .kas/upstream.yaml` without colours? I want to redirect it into a file, but
> > this contains the escape sequences for colours. Is there a variable like
> > NO_COLOR I can set?
> >
>
> You are referring to the diff's color, right?
Yes, the diff output like
```
@@ openembedded-core commits diff @@
cddc75d glib-2.0: add back Signed-off-by in CVE-2026-58016 patch
b470a74 python3: add back Co-authored-by in CVE-2026-11972 patch
```
> That can be controlled for the diff plugin directly, but I guess we lack
> wiring to have --no-color for lock as well.
Maybe it's possible to support NO_COLOR?
https://joaomagfreitas.link/reads/nocolor-disabling-ansi-color-output-in-various-unix-commands/
because
https://no-color.org/ does not work, currently.
This sounds helpful. COLORS make it cumbersome to parse the output.