This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Pnpm.
Summary
Pnpm tool settings.
- Assembly
- Cake
.Pnpm .dll - Namespace
- Cake
.Pnpm - Base Types
-
- ToolSettings
- Derived Types
graph BT
Type-->Base0["ToolSettings"]
Type["PnpmSettings"]
class Type type-node
Derived0["PnpmStoreSettings"]-->Type
click Derived0 "/api/Cake.Pnpm.Store/PnpmStoreSettings"
Derived1["PnpmRebuildSettings"]-->Type
click Derived1 "/api/Cake.Pnpm.Rebuild/PnpmRebuildSettings"
Derived2["PnpmAddSettings"]-->Type
click Derived2 "/api/Cake.Pnpm.Add/PnpmAddSettings"
Derived3["PnpmUnlinkSettings"]-->Type
click Derived3 "/api/Cake.Pnpm.Unlink/PnpmUnlinkSettings"
Derived4["PnpmPruneSettings"]-->Type
click Derived4 "/api/Cake.Pnpm.Prune/PnpmPruneSettings"
Derived5["PnpmOutdatedSettings"]-->Type
click Derived5 "/api/Cake.Pnpm.Outdated/PnpmOutdatedSettings"
Derived6["PnpmRunSettings"]-->Type
click Derived6 "/api/Cake.Pnpm.Run/PnpmRunSettings"
Derived7["PnpmAuditSettings"]-->Type
click Derived7 "/api/Cake.Pnpm.Audit/PnpmAuditSettings"
Derived8["PnpmLicensesSettings"]-->Type
click Derived8 "/api/Cake.Pnpm.Licenses/PnpmLicensesSettings"
Derived9["PnpmImportSettings"]-->Type
click Derived9 "/api/Cake.Pnpm.Import/PnpmImportSettings"
Derived10["PnpmInstallSettings"]-->Type
click Derived10 "/api/Cake.Pnpm.Install/PnpmInstallSettings"
Derived11["PnpmListSettings"]-->Type
click Derived11 "/api/Cake.Pnpm.List/PnpmListSettings"
Derived12["PnpmRemoveSettings"]-->Type
click Derived12 "/api/Cake.Pnpm.Remove/PnpmRemoveSettings"
Derived13["PnpmExecSettings"]-->Type
click Derived13 "/api/Cake.Pnpm.Exec/PnpmExecSettings"
Derived14["PnpmUpdateSettings"]-->Type
click Derived14 "/api/Cake.Pnpm.Update/PnpmUpdateSettings"
Derived15["PnpmLinkSettings"]-->Type
click Derived15 "/api/Cake.Pnpm.Link/PnpmLinkSettings"
Syntax
public abstract class PnpmSettings : ToolSettings
Constructors
Name | Summary |
---|---|
PnpmSettings |
Initializes a new instance of the PnpmSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
CakeVerbosityLevel | Nullable |
Gets or sets the Log level set by Cake.
|
PnpmLogLevel | PnpmLogLevel |
What level of logs to report. Any logs at or higher than the given level will be shown. Levels (lowest to highest):
debug, info, warn, error.
|
Redirect |
bool |
Gets or sets the process option to redirect standard error output.
|
Redirect |
bool |
Gets or sets the process option to redirect standard output.
|
StandardErrorAction | Action |
Gets or sets an action to retrieve and process standard error output.
|
StandardOutputAction | Action |
Gets or sets an action to retrieve and process standard output.
|
Methods
Name | Value | Summary |
---|---|---|
EvaluateCore |
void |
Evaluates the settings and writes them to args.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|