Class CloudflarePagesDeployOptions
- Namespace
- Ando.Operations
- Assembly
- ando.dll
Fluent options for configuring Cloudflare Pages deployments.
public class CloudflarePagesDeployOptions
- Inheritance
-
CloudflarePagesDeployOptions
- Inherited Members
Methods
WithBranch(string)
Sets the git branch name for the deployment. Used by Cloudflare to determine preview vs production URLs.
public CloudflarePagesDeployOptions WithBranch(string branch)
Parameters
branchstring
Returns
WithCommitHash(string)
Sets the git commit hash for deployment tracking.
public CloudflarePagesDeployOptions WithCommitHash(string hash)
Parameters
hashstring
Returns
WithCommitMessage(string)
Sets the git commit message for deployment tracking.
public CloudflarePagesDeployOptions WithCommitMessage(string message)
Parameters
messagestring
Returns
WithProjectName(string)
Sets the Cloudflare Pages project name. Required unless CLOUDFLARE_PROJECT_NAME env var is set.
public CloudflarePagesDeployOptions WithProjectName(string name)
Parameters
namestring