fluid export-odps
Export a FLUID contract to an ODPS (Open Data Product Standard) file in one shot.
Syntax
fluid export-odps CONTRACT [--env ENV] [--out PATH]
Key options
| Option | Description |
|---|---|
CONTRACT | Path to the FLUID contract (typically contract.fluid.yaml). |
--env | Overlay environment to apply before exporting. |
--out | Output path for the generated file. Default runtime/exports/product.odps.json. |
Examples
fluid export-odps contract.fluid.yaml
fluid export-odps contract.fluid.yaml --env prod
fluid export-odps contract.fluid.yaml --out exports/customer360.odps.json
Notes
- This is a thin convenience wrapper that always writes to a file. For interactive workflows, validation, spec selection, or stdout output use
fluid odpsinstead. - Internally invokes the ODPS exporter's
render()and writes the first artifact from the returned envelope. - The output directory is created automatically.
- See also
fluid odps-bitolfor explicit Bitol ODPS v1.0.0 export andfluid odcsfor the Open Data Contract Standard.