autonomy.cli.service
Implementation of the autonomy service command
service
@click.group("service")
@pass_ctx
@timeout_flag
@retries_flag
@sleep_flag
@dry_run_flag
@chain_selection_flag()
def service(ctx: Context, chain_type: str, timeout: float, retries: int,
sleep: float, dry_run: bool) -> None
Manage on-chain services.