Cake.Bumpy addin
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.
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
General
BumpyAssign Alias from Cake.Bumpy addin |
Runs "bumpy.exe assign [position] [number]" to assign a given position with a given number for all versions. |
BumpyAssign Alias from Cake.Bumpy addin |
Runs "bumpy.exe assign [position] [number]" to assign a given position with a given number for all versions. |
BumpyEnsure Alias from Cake.Bumpy addin |
Runs "bumpy.exe ensure" to check if all versions in a profile are equal. |
BumpyEnsure Alias from Cake.Bumpy addin |
Runs "bumpy.exe ensure" to check if all versions in a profile are equal. |
BumpyIncrement Alias from Cake.Bumpy addin |
Runs "bumpy.exe increment [position]" to increment all versions at the given position by one. |
BumpyIncrement Alias from Cake.Bumpy addin |
Runs "bumpy.exe increment [position]" to increment all versions at the given position by one. |
BumpyIncrementOnly Alias from Cake.Bumpy addin |
Runs "bumpy.exe incrementonly [position]" to increment all versions at the given position by one, without updating following components. |
BumpyIncrementOnly Alias from Cake.Bumpy addin |
Runs "bumpy.exe incrementonly [position]" to increment all versions at the given position by one, without updating following components. |
BumpyLabel Alias from Cake.Bumpy addin |
Runs "bumpy.exe label [text]" to replace the postfix text of a version. |
BumpyLabel Alias from Cake.Bumpy addin |
Runs "bumpy.exe label [text]" to replace the postfix text of a version. |
BumpyList Alias from Cake.Bumpy addin |
Runs "bumpy.exe list" to list all versions. |
BumpyList Alias from Cake.Bumpy addin |
Runs "bumpy.exe list" to list all versions. |
BumpyNew Alias from Cake.Bumpy addin |
Runs "bumpy.exe new" to create a new configuration file if one does not exist. |
BumpyWrite Alias from Cake.Bumpy addin |
Runs "bumpy.exe write [version]" to overwrite all versions. |
BumpyWrite Alias from Cake.Bumpy addin |
Runs "bumpy.exe write [version]" to overwrite all versions. |