This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
Enhancement
- Clearing all non sensitive variables before the variable import.
clearAllNonSensitiveExistingVariables
false as default that means that is not a breaking change for existing users. If you want to delete just pass true since you have avariables.json
in your solution folder.
public static void OctoImportVariables(this ICakeContext context,
string octopusServerEndpoint,
string octopusProjectName,
string octopusApiKey,
IEnumerable<OctoVariable> variables,
bool clearAllNonSensitiveExistingVariables = false)
- Cake updated to 0.23.0