Class CloudflareChecker
Checks availability of Cloudflare wrangler for Pages operations.
public class CloudflareChecker : IToolAvailabilityChecker
- Inheritance
-
CloudflareChecker
- Implements
- Inherited Members
Methods
CanCheck(string)
Determines if this checker applies to the given step name. Typically matches on step name prefix (e.g., "Azure." or "Bicep.").
public bool CanCheck(string stepName)
Parameters
stepNamestringThe name of the step that failed.
Returns
- bool
True if this checker should be consulted for this step.
GetDocumentationUrl()
Gets a URL for more detailed installation documentation.
public string GetDocumentationUrl()
Returns
GetInstallInstructions()
Gets platform-specific installation instructions for the tool.
public string GetInstallInstructions()
Returns
- string
Human-readable installation instructions.
IsAvailable()
Checks if the required tool is available in the current environment.
public bool IsAvailable()
Returns
- bool
True if the tool is available, false otherwise.