Hi 👋 , is there a way in the CLI to actually deregister a flow? How do people actually manage flows at scale in their CI/CD when they want to remove existing flow to make sure they don’t execute in the future.
k
Kevin Kho
11/01/2021, 3:02 PM
Hello, I guess there is only deletion of projects through the CLI. You can use the GraphQL API though to delete flows. There is also a view in the UI that lets you see all flows if you go to Team -> Flow Groups at the top
j
Jean-Michel Provencher
11/01/2021, 3:03 PM
Any particular reason why it’s not in the CLI? It makes it harder to automate it when it’s only in the GraphQL API though.
k
Kevin Kho
11/01/2021, 3:06 PM
Not at all. I think we’d accept a contribution for it if you’re interested.