Documentation
¶
Overview ¶
Package reset provides functionality to reset test repositories by wiping releases, tags, and optionally resetting state in the manifest. Supports auto-detection of manifest.yaml/manifest.yml with configurable key.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
RepoPath string // Path to the repository (defaults to current directory)
ResetState bool // Whether to reset state in manifest
DryRun bool // Preview changes without executing
Push bool // Push changes after reset (only applies if ResetState is true)
ConfigPath string // Path to manifest file (auto-detected if empty)
ManifestKey string // Key in manifest file (default: "ci")
}
Options configures the reset operation.
Click to show internal directories.
Click to hide internal directories.