You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deps/npm/docs/content/commands/npm-dist-tag.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,18 @@ semver as `>=1.4.0 <1.5.0`. See <https://github.com/npm/npm/issues/6082>.
88
88
The simplest way to avoid semver problems with tags is to use tags that do
89
89
not begin with a number or the letter `v`.
90
90
91
+
### Configuration
92
+
93
+
#### workspaces
94
+
95
+
Only supported by `ls`. Enables listing dist-tags of all workspace
96
+
contexts defined in the current `package.json`.
97
+
98
+
#### workspace
99
+
100
+
Only supported by `ls`. Enables listing dist-tags of workspace contexts
101
+
limiting results to only those specified by this config item.
semver as <code>>=1.4.0 <1.5.0</code>. See <ahref="https://github.com/npm/npm/issues/6082">https://github.com/npm/npm/issues/6082</a>.</p>
209
209
<p>The simplest way to avoid semver problems with tags is to use tags that do
210
210
not begin with a number or the letter <code>v</code>.</p>
211
+
<h3id="configuration">Configuration</h3>
212
+
<h4id="workspaces">workspaces</h4>
213
+
<p>Only supported by <code>ls</code>. Enables listing dist-tags of all workspace
214
+
contexts defined in the current <code>package.json</code>.</p>
215
+
<h4id="workspace">workspace</h4>
216
+
<p>Only supported by <code>ls</code>. Enables listing dist-tags of workspace contexts
217
+
limiting results to only those specified by this config item.</p>
0 commit comments