Table of Contents

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

branch string

Returns

CloudflarePagesDeployOptions

WithCommitHash(string)

Sets the git commit hash for deployment tracking.

public CloudflarePagesDeployOptions WithCommitHash(string hash)

Parameters

hash string

Returns

CloudflarePagesDeployOptions

WithCommitMessage(string)

Sets the git commit message for deployment tracking.

public CloudflarePagesDeployOptions WithCommitMessage(string message)

Parameters

message string

Returns

CloudflarePagesDeployOptions

WithProjectName(string)

Sets the Cloudflare Pages project name. Required unless CLOUDFLARE_PROJECT_NAME env var is set.

public CloudflarePagesDeployOptions WithProjectName(string name)

Parameters

name string

Returns

CloudflarePagesDeployOptions