Hi, We have deployed Metaflow with argo-workflows ...
# ask-metaflow
b
Hi, We have deployed Metaflow with argo-workflows and we are using the cli in order to create and trigger flows like in the docs:
python flow.py --with retry argo-workflows create
python flow.py --with retry argo-workflows trigger --param1 ""
I was wondering if there is a way to create and trigger the flow without having to run 2 commands?
1