github.com/sharovik/devbot@v1.0.1-0.20240308094637-4a0387c40516/scripts/update/README.md (about) 1 # Update script 2 This script should be used for post-installation actions. For example, when event should install or insert custom data into the database. 3 4 ### Before run 5 Make sure that you added your event into `events/defined-events.go` file. 6 7 ### How to use 8 run `make build-update-script && scripts/update/run --event_alias={YOUR_ALIAS_NAME}`