docs: regenerate reservation CLI reference

Regenerate the command reference after adding reservation quote and
purchase commands.
This commit is contained in:
Slyghtning 2026-08-11 15:04:37 +02:00
parent fb6e6101e8
commit 696f7984a7
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
2 changed files with 32 additions and 0 deletions

View file

@ -388,6 +388,18 @@ list all reservations
.PP
\fB--help, -h\fP: show help
.SS new, n
create a new reservation
.PP
\fB--amt\fP="": the amount in satoshis for the reservation (default: 0)
.PP
\fB--expiry\fP="": the relative block height at which the reservation expires (default: 0)
.PP
\fB--help, -h\fP: show help
.SH instantout
perform an instant off-chain to on-chain swap (looping out)

View file

@ -455,6 +455,26 @@ The following flags are supported:
|-----------------|-------------|------|:-------------:|
| `--help` (`-h`) | show help | bool | `false` |
### `reservations new` subcommand (aliases: `n`)
create a new reservation.
Create a new reservation with the given value and expiry.
Usage:
```bash
$ loop [GLOBAL FLAGS] reservations new [COMMAND FLAGS] [ARGUMENTS...]
```
The following flags are supported:
| Name | Description | Type | Default value |
|-----------------|------------------------------------------------------------|------|:-------------:|
| `--amt="…"` | the amount in satoshis for the reservation | uint | `0` |
| `--expiry="…"` | the relative block height at which the reservation expires | uint | `0` |
| `--help` (`-h`) | show help | bool | `false` |
### `instantout` command
perform an instant off-chain to on-chain swap (looping out).