receipt

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package receipt is the `caesium receipt` CLI command group: produce a content-addressed, git-committable reproducibility receipt for a run. The companion `caesium verify` command (cmd/verify) re-derives a committed receipt against a run's persisted state and flags drift.

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "receipt",
	Short: "Produce reproducibility receipts for job runs",
	Long: "Produce a content-addressed, git-committable reproducibility receipt " +
		"for a job run. Commit the receipt alongside your pipeline; later, " +
		"`caesium verify <receipt>` re-derives it from the run's persisted state " +
		"and flags drift (e.g. a moved image tag).",
}

Cmd is the parent command for receipt operations.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL