Skip to content

Commit 50d724e

Browse files
committed
run apidocs.py
1 parent 571a65e commit 50d724e

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

docs/warnet.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Show the logs of a pod
4848
options:
4949
| name | type | required | default |
5050
|----------|--------|------------|-----------|
51-
| pod_name | String | | |
51+
| pod_name | String | | "" |
5252
| follow | Bool | | False |
5353

5454
### `warnet new`
@@ -72,6 +72,17 @@ options:
7272
Setup warnet
7373

7474

75+
### `warnet snapshot`
76+
Create a snapshot of a tank's Bitcoin data or snapshot all tanks
77+
78+
options:
79+
| name | type | required | default |
80+
|--------------|--------|------------|--------------------|
81+
| tank_name | String | | |
82+
| snapshot_all | Bool | | False |
83+
| output | Path | | ./warnet-snapshots |
84+
| filter | String | | |
85+
7586
### `warnet status`
7687
Display the unified status of the Warnet network and active scenarios
7788

@@ -138,16 +149,16 @@ options:
138149

139150
### `warnet graph import-json`
140151
Create a cycle graph with nodes imported from lnd `describegraph` JSON file,
141-
and additionally include 7 extra random outbounds per node. Include lightning
142-
channels and their policies as well.
143-
Returns XML file as string with or without --outfile option.
152+
and additionally include 7 extra random outbounds per node. Include lightning
153+
channels and their policies as well.
154+
Returns XML file as string with or without --outfile option.
144155

145156

146157
## Image
147158

148159
### `warnet image build`
149160
Build bitcoind and bitcoin-cli from \<repo> at \<commit_sha> with the specified \<tags>.
150-
Optionally deploy to remote registry using --action=push, otherwise image is loaded to local registry.
161+
Optionally deploy to remote registry using --action=push, otherwise image is loaded to local registry.
151162

152163
options:
153164
| name | type | required | default |

0 commit comments

Comments
 (0)