Joe Goldbeck
08/11/2022, 8:48 PMprefect register --dry-run
? I would like to add a CI step that ensures that we wonโt fail after a merge when we try to register flows in CDAnna Geller
08/11/2022, 11:04 PMJoe Goldbeck
08/18/2022, 7:23 PMmain
which kicks off flow registration via our CD, which then breaks. There is no simple way to fully confirm "this flow will successfully register" without actually registering it. Obviously unit tests etc... will catch some classes of errors, but not foolproof. Where as if there was something like register --dry-run
we could run it in the same environment as part of CI so that when we run register
as part of CD we are sure that it will work (from a code perspective at least).
It does sounds like 2.x fixes it.
Thank you for the response!!Anna Geller
08/18/2022, 7:45 PMJoe Goldbeck
08/18/2022, 7:47 PM