Best approach to deploy all flow versions for an agent #251
-
|
I notice that cxcli does not support the list flows API. Curious if there is interest to expand the capabilities of cxcli to support this API? I'm curious how people compose their cxcli deploy scripts without this capability. Is the current pattern to hardcode all flows to deploy in the shell script? One alternative approach to leveraging the API is to consume the exported agent. For example, if one has the github export pulled to a directory, then you can parse the flow directory names: This is far from ideal. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @jeff-slang ! great suggestion! I have a question about the implementation since the cxcli uses the Display Name when it interacts with any resource. does this list command return the display names, the flow IDs or both in a JSON format? I have to say that I did not add any list commands in any resource. Thank you so much! |
Beta Was this translation helpful? Give feedback.
that makes sense! I can add a
--fullflag to show the entire data. btw if you check the PRs I am integrating data stores too