CHIMEFRB / workflow

🌊 Working in flowstate.
0 stars 0 forks source link

[FEAT] Add `--runspace` option to `workflow run` #45

Closed shinybrar closed 5 months ago

shinybrar commented 5 months ago

Currently, the workflow run command sources the workspace configuration from a local path.

To enhance flexibility and usability, especially from containers, add a --runspace, cli option that allows users to pass the workspace configuration as a runtime parameter.

Why?

Example Usage

workflow run --dynamic-workspace '{"setting1": "value1", "setting2": "value2"}'
shinybrar commented 5 months ago

Fixed in #49