This file provides guidance to AI coding assistants when working with this repository.
OCM CSV Parser — a CLI tool to parse and format CSV data for consumption by OCM services. Reads CSV files and transforms them into structured output suitable for OCM API ingestion.
go build ./... # Build the project
go test ./... # Run all tests- cmd/: CLI entry point
- pkg/: Core parsing and formatting logic
- Module path:
github.com/openshift-online/ocm-csv-parser - Standard Go CLI application structure