programs.updatePhase
Type: mutation
Module: convex/programs.ts
Arguments
Section titled “Arguments”{ programId: Id<"programs">, phase: v.union( "discovery", "build", "test", "deploy", "complete", ), }Advance a program to a new lifecycle phase (discovery, build, test, deploy, complete). @param programId - The program to update @param phase - Target phase