OnUpdate
class algokit_utils.applications.enums.OnUpdate(*args, **kwds)
Section titled “class algokit_utils.applications.enums.OnUpdate(*args, **kwds)”Bases: enum.Enum
Action to take if an Application has been updated
Fail = 0
Section titled “Fail = 0”Fail the deployment
UpdateApp = 1
Section titled “UpdateApp = 1”Update the Application with the new approval and clear programs
ReplaceApp = 2
Section titled “ReplaceApp = 2”Create a new Application and delete the old Application in a single transaction
AppendApp = 3
Section titled “AppendApp = 3”Create a new application