@@ -48,7 +48,7 @@ Show the logs of a pod
48
48
options:
49
49
| name | type | required | default |
50
50
| ----------| --------| ------------| -----------|
51
- | pod_name | String | | |
51
+ | pod_name | String | | "" |
52
52
| follow | Bool | | False |
53
53
54
54
### ` warnet new `
@@ -72,6 +72,17 @@ options:
72
72
Setup warnet
73
73
74
74
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
+
75
86
### ` warnet status `
76
87
Display the unified status of the Warnet network and active scenarios
77
88
@@ -138,16 +149,16 @@ options:
138
149
139
150
### ` warnet graph import-json `
140
151
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.
144
155
145
156
146
157
## Image
147
158
148
159
### ` warnet image build `
149
160
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.
151
162
152
163
options:
153
164
| name | type | required | default |
0 commit comments