diff --git a/docs/warnet.md b/docs/warnet.md index dc8bca233..06f4047b6 100644 --- a/docs/warnet.md +++ b/docs/warnet.md @@ -48,7 +48,7 @@ Show the logs of a pod options: | name | type | required | default | |----------|--------|------------|-----------| -| pod_name | String | | | +| pod_name | String | | "" | | follow | Bool | | False | ### `warnet new` @@ -72,6 +72,17 @@ options: Setup warnet +### `warnet snapshot` +Create a snapshot of a tank's Bitcoin data or snapshot all tanks + +options: +| name | type | required | default | +|--------------|--------|------------|--------------------| +| tank_name | String | | | +| snapshot_all | Bool | | False | +| output | Path | | ./warnet-snapshots | +| filter | String | | | + ### `warnet status` Display the unified status of the Warnet network and active scenarios @@ -138,16 +149,16 @@ options: ### `warnet graph import-json` Create a cycle graph with nodes imported from lnd `describegraph` JSON file, -and additionally include 7 extra random outbounds per node. Include lightning -channels and their policies as well. -Returns XML file as string with or without --outfile option. + and additionally include 7 extra random outbounds per node. Include lightning + channels and their policies as well. + Returns XML file as string with or without --outfile option. ## Image ### `warnet image build` Build bitcoind and bitcoin-cli from \ at \ with the specified \. -Optionally deploy to remote registry using --action=push, otherwise image is loaded to local registry. + Optionally deploy to remote registry using --action=push, otherwise image is loaded to local registry. options: | name | type | required | default |