ArgumentsBuilderExtension.

GetPropertyName(string) Method

Summary

Converts property name to Kubectl arguments format
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
ArgumentsBuilderExtension

Syntax

public static string GetPropertyName(string name)

Examples

NoForce -> no-force

Parameters

Name Type Description
name string

Return Value

Type Description
string