Does anybody have different coloring when running ...
# sst
a
Does anybody have different coloring when running commands like
build
,
diff
or
deploy
? When running “diff” my console shows a lot of nice colors for the SST output, but that doesn’t happen for “build”. Why there is inconsistency on those outputs?
t
I'm not sure I can look into this, I know we have a no-color option somewhere
a
But I’m running those commands with default.
And looks like some are colored and some not.
Or partially colored.
f
late to the party guys.. so
sst diff
is a proxy command to
cdk diff
, the colors are added by CDK.
a
Ok, I like the coloring.
Also the build has colors there.
But not during
sst build
.
Diff runs Build as one of the steps, right?
That build step has colors.
But why normal
sst build
doesn’t?
f
ohh… the output from the build steps are spit out from SST, that should be consistent
a
The build steps are not colored, for example I have an
ReactApp
being built, and I don’t see the coloring of that process (like TS warnings, etc) when running
sst build
.
But I see the colors while building that app for
sst diff
.
f
hmm.. just ran a quick test, it seems consistent.
a
Mmmmmmmm.
Ok going to try.
@Frank these outputs of building my react app are not colored in
sst build
.
But are colored in
sst diff
.
Funny but at the end is colored.
@Frank this is the same log as above with DIFF.
And check this, it has more coloring.
The 3 examples on the top are
sst build
and the last 2 are
sst diff
.
@Frank you can’t call me crazy now, right? 😂
f
hmm yeah.. seems mostly white becomes gray, and most the other colors are fine.
Lemme open an issue for this.
a
@Frank you are right, but it’s harder to read.
Also wish SEED can have colors too 😞
Having mono-repo makes hard to read logs, too many lines to check.
f
Ah yeah! I for sure! Will add that to the roadmap.