Table of Contents

Class ToolRequirements

Namespace
Ando.Workflow
Assembly
ando.dll

Centralized constants for tool requirements. Step name prefixes that require specific tools to be installed.

public static class ToolRequirements
Inheritance
ToolRequirements
Inherited Members

Fields

AzureCliPrefixes

Step prefixes that require Azure CLI.

public static readonly string[] AzureCliPrefixes

Field Value

string[]

CloudflarePrefixes

Step prefixes that require Cloudflare wrangler.

public static readonly string[] CloudflarePrefixes

Field Value

string[]

FunctionsPrefixes

Step prefixes that require Azure Functions Core Tools.

public static readonly string[] FunctionsPrefixes

Field Value

string[]

Methods

MatchesPrefixes(string, string[])

Checks if a step name matches any of the given prefixes.

public static bool MatchesPrefixes(string stepName, string[] prefixes)

Parameters

stepName string
prefixes string[]

Returns

bool