Go-based tools for managing operator bundle manifests.
Sorts specDescriptors in CRDs and resolves field dependencies.
Patches ClusterServiceVersion files with version updates, image replacements, and related images configuration.
go run ./main.go patch-csv [flags] < input.yaml > output.yaml
go run ./main.go fix-spec-descriptor-order < input.yaml > output.yamlcd operator/bundle_helpers
go test ./...cmd/- CLI command implementationspkg/csv/- CSV patching logic, version handlingpkg/descriptor/- Descriptor sorting and field resolutionpkg/rewrite/- String replacement utilitiespkg/values/- Values handling