yarn npm tag list
List all dist-tags of a package.
Usage
$> yarn npm tag list [--json] [package]
Examples
List all tags of package my-pkg
:
yarn npm tag list my-pkg
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.
If the --json
flag is set, the output will follow a JSON-stream output also
known as NDJSON (https://github.com/ndjson/ndjson-spec).