EOX GitLab Instance

Skip to content
Snippets Groups Projects

replacing in registrar only handled in config.yaml

Merged Lubomir Dolezal requested to merge registrar-replace-only-config into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -92,7 +92,7 @@ def cli(
@cli.command(help="Run the registrar daemon, attaching to a Redis queue")
@click.pass_context
def daemon(ctx, replace=True):
def daemon(ctx):
""" Run the registrar daemon to listen on the given queues
and execute the (de-)registrations commands.
@@ -117,7 +117,7 @@ def daemon(ctx, replace=True):
@click.argument("route_name", type=str)
@click.argument("item", type=str)
@click.pass_context
def register(ctx, route_name, item, replace=False):
def register(ctx, route_name, item):
""" Registers a single item.
Examples:
Loading