Documentation
¶
Index ¶
Constants ¶
View Source
const Logo = `` /* 145-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func BackfillCommitMetadata ¶
BackfillCommitMetadata collects historical git commit metadata from the local repo and uploads it to Buildkite via presigned S3.
When cfg.UploadFile is set (--upload flag), it skips all git work and uploads the specified tarball directly. This supports workflows where generation and upload happen in separate steps (e.g. air-gapped environments or retrying a failed upload).
Types ¶
type PlanOutput ¶
type PlanOutput int
const ( PlanOutputJSON PlanOutput = iota PlanOutputPipelineUpload )
Click to show internal directories.
Click to hide internal directories.