Add `bazel run rabbitmq-upgrade`

This commit is contained in:
Rin Kuryloski 2023-06-01 11:54:32 +02:00
parent 7e15b15235
commit 2c2b11689e
1 changed files with 5 additions and 0 deletions

View File

@ -204,6 +204,11 @@ rabbitmqctl(
home = ":broker-home",
)
rabbitmqctl(
name = "rabbitmq-upgrade",
home = ":broker-home",
)
shell(
name = "repl",
deps = PLUGINS,