yarn npm tag list
list all dist-tags of a package
yarn npm tag list [package]
Examples
Section titled “Examples”List all tags of package my-pkg
:
yarn npm tag list my-pkg
Details
Section titled “Details”This command will list all tags of a package from the npm registry.
If the package is not specified, Yarn will default to the current workspace.
Options
Section titled “Options”Definition | Description |
---|---|
| Format the output as an NDJSON stream |
private field set to true . |
- If both the
-v,--verbose
and--json
options are set, Yarn will also return the cross-dependencies between each workspaces (useful when you wish to automatically generate Buck / Bazel rules).
Options
Section titled “Options”Definition | Description |
---|---|
| Only include workspaces that have been changed since the specified ref. |
| Find packages via dependencies/devDependencies instead of using the workspaces field |
| Exclude workspaces that have the private field set to true |
| Also return the cross-dependencies between workspaces |
| Format the output as an NDJSON stream |