yarn npm stage list
List all staged package versions.
Usage
$ yarn npm stage list [package]Examples
List all staged packages :
yarn npm stage list
List staged versions of a specific package :
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
| Definition | Description |
|---|---|
| Format the output as an NDJSON stream |