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.Bumpy.
Summary
Contains functionality related to the command line tool Bumpy.
In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:
#tool Bumpy
In addition, you will need to include the following:
#addin Cake.Bumpy
- Assembly
- Cake
.Bumpy .dll - Namespace
- Cake
.Bumpy - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["BumpyAliases"]
class Type type-node
Syntax
public static class BumpyAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
BumpyAssign |
void |
Runs "bumpy.exe assign [position] [number]" to assign a given position with a given number for all versions.
static
|
BumpyAssign |
void |
Runs "bumpy.exe assign [position] [number]" to assign a given position with a given number for all versions.
static
|
BumpyEnsure |
void |
Runs "bumpy.exe ensure" to check if all versions in a profile are equal.
static
|
BumpyEnsure |
void |
Runs "bumpy.exe ensure" to check if all versions in a profile are equal.
static
|
BumpyIncrement |
void |
Runs "bumpy.exe increment [position]" to increment all versions at the given position by one.
static
|
BumpyIncrement |
void |
Runs "bumpy.exe increment [position]" to increment all versions at the given position by one.
static
|
BumpyIncrementOnly |
void |
Runs "bumpy.exe incrementonly [position]" to increment all versions at the given position by one, without updating following components.
static
|
BumpyIncrementOnly |
void |
Runs "bumpy.exe incrementonly [position]" to increment all versions at the given position by one, without updating following components.
static
|
BumpyLabel |
void |
Runs "bumpy.exe label [text]" to replace the postfix text of a version.
static
|
BumpyLabel |
void |
Runs "bumpy.exe label [text]" to replace the postfix text of a version.
static
|
BumpyList |
void |
Runs "bumpy.exe list" to list all versions.
static
|
BumpyList |
void |
Runs "bumpy.exe list" to list all versions.
static
|
BumpyNew |
void |
Runs "bumpy.exe new" to create a new configuration file if one does not exist.
static
|
BumpyWrite |
void |
Runs "bumpy.exe write [version]" to overwrite all versions.
static
|
BumpyWrite |
void |
Runs "bumpy.exe write [version]" to overwrite all versions.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|