Flowpipe CLI v1.0.1 - JSON output, input variable and pipeline pause bug fixes
Oct 25, 2024•cli
Bug fixes
- Fix crashing cases when using
--output json
. (#594). - Coerce variables set in interactive console to their declared type. (#595).
- Nested pipelines now correctly pauses parent pipelines. (#955).
- Pipeline with
max_concurrency
setting is now automatically paused and will successfully resume. (#957). form_url
is now sanitized.