@@ -48,6 +48,15 @@ options:
48
48
| --------| --------| ------------| -----------|
49
49
| force | Bool | | False |
50
50
51
+ ### ` warnet import-network `
52
+ Create a network from an imported lightning network graph JSON
53
+
54
+ options:
55
+ | name | type | required | default |
56
+ | -----------------| --------| ------------| -----------|
57
+ | graph_file_path | Path | yes | |
58
+ | output_path | Path | yes | |
59
+
51
60
### ` warnet init `
52
61
Initialize a warnet project in the current directory
53
62
@@ -192,4 +201,33 @@ options:
192
201
| arches | String | | |
193
202
| action | String | | "load" |
194
203
204
+ ## Ln
205
+
206
+ ### ` warnet ln host `
207
+ Get lightning node host from \< ln pod name>
208
+
209
+ options:
210
+ | name | type | required | default |
211
+ | --------| --------| ------------| -----------|
212
+ | pod | String | yes | |
213
+
214
+ ### ` warnet ln pubkey `
215
+ Get lightning node pub key from \< ln pod name>
216
+
217
+ options:
218
+ | name | type | required | default |
219
+ | --------| --------| ------------| -----------|
220
+ | pod | String | yes | |
221
+
222
+ ### ` warnet ln rpc `
223
+ Call lightning cli rpc \< command> on \< ln pod name>
224
+
225
+ options:
226
+ | name | type | required | default |
227
+ | -----------| --------| ------------| -----------|
228
+ | pod | String | yes | |
229
+ | method | String | yes | |
230
+ | params | String | | |
231
+ | namespace | String | | |
232
+
195
233
0 commit comments