Open jgraettinger opened 2 years ago
We have some older bash scripts which drive the control-plane APIs using curl.
We'd like to modernize these scenario tests and have them running as Rust tests using flowctl (either shelled out, or better: as library invocations).
flowctl
We have some older bash scripts which drive the control-plane APIs using curl.
We'd like to modernize these scenario tests and have them running as Rust tests using
flowctl
(either shelled out, or better: as library invocations).