A wrapper around pnpm functionality within a Cake build script.
#addin nuget:?package=Cake.Pnpm&version=1.0.0
dotnet add package Cake.Pnpm --version 1.0.0
<PackageReference Include="Cake.Pnpm" Version="1.0.0" />
Aliases
`pnpm list` aliases
Add
PnpmAdd |
Install package using the specified settings |
PnpmAdd |
Install package using the settings returned by a configurator. |
PnpmAdd |
Install package |
Audit
PnpmAudit |
Checks for known security issues with the installed packages using the settings returned by a configurator. |
PnpmAudit |
Checks for known security issues with the installed packages using the specified settings |
PnpmAudit |
Checks for known security issues with the installed packages. |
Exec
PnpmExec |
Run a shell command in the context of a project using the specified settings |
PnpmExec |
Run a shell command in the context of a project |
Import
PnpmImport |
Generates pnpm-lock.yaml from an npm package-lock.json (or npm-shrinkwrap.json, yarn.lock) file. Visit https://pnpm.io/7.x/cli/import for documentation about this command. |
Install
PnpmInstall |
Install packages using the settings returned by a configurator. |
PnpmInstall |
Install packages using the specified settings |
PnpmInstall |
Installs packages for the project in the current working directory. |
Licenses
PnpmLicenses |
Check the licenses of the installed packages using the settings returned by a configurator. |
PnpmLicenses |
Check the licenses of the installed packages using the specified settings |
PnpmLicenses |
Check the licenses of the installed packages. |
Link
PnpmLink |
Connect the local project to another one using the specified settings |
PnpmLink |
Connect the local project to another one using the settings returned by a configurator. |
PnpmLink |
Connect the local project to another one |
List
PnpmList |
Connect the local project to another one using the settings returned by a configurator. |
PnpmList |
Connect the local project to another one using the specified settings |
PnpmList |
Connect the local project to another one |
PnpmRebuild |
Rebuild a package(s) using the specified settings |
Outdated
PnpmOutdated |
Check for outdated packages using the settings returned by a configurator. |
PnpmOutdated |
Check for outdated packages using the specified settings |
PnpmOutdated |
Check for outdated packages |
Prune
PnpmPrune |
Removes extraneous packages using the settings returned by a configurator. |
PnpmPrune |
Removes extraneous packages using the specified settings |
PnpmPrune |
Removes extraneous packages |
Rebuild
PnpmRebuild |
Rebuild a package(s) using the settings returned by a configurator. |
PnpmRebuild |
Rebuild a package(s) |
Remove
PnpmRemove |
Remove package using the specified settings |
PnpmRemove |
Remove package using the settings returned by a configurator. |
PnpmRemove |
Remove package |
Run
PnpmRun |
Runs a defined package script using the specified settings |
PnpmRun |
Runs a defined package script. |
PnpmStart |
Runs an arbitrary command specified in the package's "start" property of its "scripts" object |
PnpmTest |
Runs a package's "test" script, if one was provided |
Store
PnpmStoreAdd |
Adds new packages to the store. Example: pnpm store add express@4 [email protected] |
PnpmStorePath |
Returns the path to the active store directory. |
PnpmStorePrune |
Removes unreferenced (extraneous, orphan) packages from the store. Pruning the store is not harmful, but might slow down future installations. Visit the documentation for more information on unreferenced packages |
PnpmStoreStatus |
Checks for modified packages in the store. Returns exit code 0 if the content of the package is the same as it was at the time of unpacking |
Unlink
PnpmUnlink |
Removes the link created by `pnpm link` and reinstalls package if it is saved in `package.json` using the specified settings |
PnpmUnlink |
Removes the link created by `pnpm link` and reinstalls package if it is saved in `package.json` using the settings returned by a configurator. |
PnpmUnlink |
Removes the link created by `pnpm link` and reinstalls package if it is saved in `package.json` |
Update
PnpmUpdate |
Updates packages using the settings returned by a configurator |
PnpmUpdate |
Updates packages using the specified settings |
PnpmUpdate |
Updates packages to their latest version |