OperationPerformed
class algokit_utils.applications.enums.OperationPerformed(*args, **kwds)
Section titled “class algokit_utils.applications.enums.OperationPerformed(*args, **kwds)”Bases: enum.Enum
Describes the actions taken during deployment
Nothing = 0
Section titled “Nothing = 0”An existing Application was found
Create = 1
Section titled “Create = 1”No existing Application was found, created a new Application
Update = 2
Section titled “Update = 2”An existing Application was found, but was out of date, updated to latest version
Replace = 3
Section titled “Replace = 3”An existing Application was found, but was out of date, created a new Application and deleted the original