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-pkgDetails
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 |