rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

Added RFC for "yarn show"

Open bhushan-shah-dev opened this issue 5 years ago • 4 comments

Added RFC for a new command yarn show, inspired by this issue.

bhushan-shah-dev avatar Aug 16 '20 23:08 bhushan-shah-dev

The spelling “show” conflicts conceptually with npm show; I’d suggest finding an unused name.

ljharb avatar Aug 16 '20 23:08 ljharb

Good point.

How about yarn explicit?

bhushan-shah-dev avatar Aug 17 '20 00:08 bhushan-shah-dev

Explicit is a «keyboardful» yarn showdeps or yarn versions or yarn dependencies

fivethreeo avatar Sep 16 '20 00:09 fivethreeo

If someone is actually using yarn list --depth=0 and parses the output, and after that issue is fixed they would get a different output ... is it really a "breaking" change?

Is it really so essential to introduce yet another subcommand that does exactly what 99% of people intuition is already telling them that yarn list --depth=0 should be doing?

Introducing yet another command is bad UX. Good UX is when you do what the people feel intuitively should "just work".

kesor avatar Jun 22 '23 20:06 kesor