@@ -48,7 +48,7 @@ Show the logs of a pod
4848options:
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:
7272Setup 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 `
7687Display the unified status of the Warnet network and active scenarios
7788
@@ -138,16 +149,16 @@ options:
138149
139150### ` warnet graph import-json `
140151Create 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 `
149160Build 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
152163options:
153164| name | type | required | default |
0 commit comments