Skip to content

Commit

Permalink
Merge pull request #50 from kubescape/reg-cl
Browse files Browse the repository at this point in the history
add clear registry status user input command
  • Loading branch information
refaelm92 authored Nov 14, 2024
2 parents 4c8e597 + 23e599a commit 1b7f995
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pulsar/common/userinput/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ const (
UserInputCommandUpdateWorkflow = UserInputCommand("update-workflow")
UserInputCommandCreateWorkflow = UserInputCommand("create-workflow")

UserInputCommandDeleteRegistry = UserInputCommand("delete-registry")
UserInputCommandUpdateRegistry = UserInputCommand("update-registry")
UserInputCommandCreateRegistry = UserInputCommand("create-registry")
UserInputCommandCheckRegistry = UserInputCommand("check-registry")
UserInputCommandDeleteRegistry = UserInputCommand("delete-registry")
UserInputCommandUpdateRegistry = UserInputCommand("update-registry")
UserInputCommandCreateRegistry = UserInputCommand("create-registry")
UserInputCommandCheckRegistry = UserInputCommand("check-registry")
UserInputCommandClearRegistryStatus = UserInputCommand("clear-registry-status")

UserInputCommandDeleteTeamsChannel = UserInputCommand("delete-teams-channel")
UserInputCommandUpdateTeamsChannel = UserInputCommand("update-teams-channel")
Expand Down

0 comments on commit 1b7f995

Please sign in to comment.