Allow `bazel run rabbitmq-streams`
This commit is contained in:
parent
9e6d66ee5e
commit
ce69ff1c58
|
@ -100,6 +100,11 @@ rabbitmqctl(
|
||||||
home = ":broker-home",
|
home = ":broker-home",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
rabbitmqctl(
|
||||||
|
name = "rabbitmq-streams",
|
||||||
|
home = ":broker-home",
|
||||||
|
)
|
||||||
|
|
||||||
shell(
|
shell(
|
||||||
name = "repl",
|
name = "repl",
|
||||||
deps = PLUGINS,
|
deps = PLUGINS,
|
||||||
|
|
Loading…
Reference in New Issue