Skip to main content

yarn npm stage list

List all staged package versions.

Usage

$ yarn npm stage list [package]

Examples

List all staged packages :

List staged versions of a specific package :

yarn npm stage list my-pkg

Details

This command will list all staged package versions awaiting approval on the npm registry.

If a package name is provided, only staged versions of that package will be listed.

Options

DefinitionDescription

--json

Format the output as an NDJSON stream