[[command]]
name = "pnpm"
description = "Fast, disk-space-efficient Node.js package manager. All exposed subcommands (list, ls, audit, outdated, why) are read-only inspection commands. audit and outdated make network requests to the npm registry to check for vulnerabilities and newer versions. list, ls, and why only inspect the local node_modules and lockfile. None of these subcommands install packages or execute scripts. Actively maintained with frequent releases."
url = "https://pnpm.io/pnpm-cli"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "list"
level = "Inert"
standalone = ["--dev", "--help", "--json", "--long", "--no-optional", "--parseable", "--production", "--recursive", "-P", "-h", "-r"]
valued = ["--depth", "--filter"]
[[command.sub]]
name = "ls"
level = "Inert"
standalone = ["--dev", "--help", "--json", "--long", "--no-optional", "--parseable", "--production", "--recursive", "-P", "-h", "-r"]
valued = ["--depth", "--filter"]
[[command.sub]]
name = "audit"
level = "Inert"
standalone = ["--help", "--json", "--recursive", "-h", "-r"]
valued = ["--filter"]
[[command.sub]]
name = "outdated"
level = "Inert"
standalone = ["--help", "--json", "--recursive", "-h", "-r"]
valued = ["--filter"]
[[command.sub]]
name = "why"
level = "Inert"
standalone = ["--help", "--json", "--recursive", "-h", "-r"]
valued = ["--filter"]