Skip to content
Stars Background

yarn npm tag list

List all dist-tags of a package

Terminal window
yarn npm tag list [package]

List all tags of package my-pkg :

Terminal window
yarn npm tag list my-pkg

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.

DefinitionDescription

—json

Format the output as an NDJSON stream