Integrates the Configu Orchestrator with CSV files.
path
.configu
stores: my-store: type: csv-file configuration: path: path/to/file.csv
configu upsert --store "my-store" --set "test" --schema "./start.cfgu.json" \ -c "GREETING=hello" \ -c "SUBJECT=configu"
configu eval --store "my-store" --set "test" --schema "./start.cfgu.json" \ | configu export
Was this page helpful?