I wonder if there the popular Lightning clients offer a command to not only create an invoice, but also directly send it to a peer (or any node).
I see in BOLT04 and BOLT11 that the invoice is specified to be sent out of band.
But I assume there must be a faster and more elegant way to send invoices with, e.g., LND's lncli
instead of copying the generated invoice and sending it over email.
How can this be done and what is used in practice?