Summary
Contains generic functionality for simplifying the execution tools with no dedicated alias available yet.
- Namespace
- Cake
.Common .Tools .Command - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["CommandAliases"]
class Type type-node
Syntax
[CakeAliasCategory("Command")]
public static class CommandAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
Command |
void |
Executes a generic command based on arguments and settings.
static
|
Command |
int |
Executes a generic tool/process based on arguments, settings and redirects standard output.
static
|
Command |
int |
Executes a generic tool/process based on arguments and settings.
static
|
Command |
void |
Executes a generic tool/process based on arguments and settings.
static
|
Command |
int |
Executes a generic tool/process based on arguments, tool executable names and redirects standard output.
static
|
Command |
int |
Executes a generic tool/process based on arguments, settings, redirects standard output and standard error.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|