The command-line interface tool for Warnet.
Once warnet
is running it can be interacted with using the cli tool warcli
.
Most warcli
commands accept a --network
option, which allows you to specify
the network you want to control. This is set by default to --network="warnet"
to simplify default operation.
Execute warcli --help
or warcli help
to see a list of command categories.
Help text is provided, with optional parameters in [square brackets] and required parameters in .
warcli
commands are organized in a hierarchy of categories and subcommands.
Fetch the Bitcoin Core debug log from <node> in [network]
options:
name | type | required | default |
---|---|---|---|
node | Int | yes | |
network | String | "warnet" |
Grep combined logs via fluentd using regex <pattern>
options:
name | type | required | default |
---|---|---|---|
pattern | String | yes | |
network | String | "warnet" |
Display help information for the given [command] (and sub-command). If no command is given, display help for the main CLI.
options:
name | type | required | default |
---|---|---|---|
commands | String |
Call lightning cli <command> on <node> in [network]
options:
name | type | required | default |
---|---|---|---|
node | Int | yes | |
command | String | yes | |
network | String | "warnet" |
Fetch messages sent between <node_a> and <node_b> in [network]
options:
name | type | required | default |
---|---|---|---|
node_a | Int | yes | |
node_b | Int | yes | |
network | String | "warnet" |
Call bitcoin-cli <method> [params] on <node> in [network]
options:
name | type | required | default |
---|---|---|---|
node | Int | yes | |
method | String | yes | |
params | String | ||
network | String | "warnet" |
Stop warnet.
Generate the docker-compose file for a given <graph_file> and [network] and return it.
options:
name | type | required | default |
---|---|---|---|
graph_file | String | yes | |
network | String | "warnet" |
Create a cycle graph with <n> nodes, and additionally include 7 extra random outbounds per node. Returns XML file as string with or without --outfile option
options:
name | type | required | default |
---|---|---|---|
number | Int | yes | |
outfile | Path | ||
version | String | "26.0" | |
bitcoin_conf | Path | ||
random | Bool | False |
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.
options:
name | type | required | default |
---|---|---|---|
infile | Path | yes | |
outfile | Path |
Validate a <graph file> against the schema.
options:
name | type | required | default |
---|---|---|---|
graph | Path | yes |
Build bitcoind and bitcoin-cli from <repo>/<branch> as <registry>:<tag>. Optionally deploy to remote registry using --action=push, otherwise image is loaded to local registry.
options:
name | type | required | default |
---|---|---|---|
repo | String | yes | |
branch | String | yes | |
registry | String | yes | |
tag | String | yes | |
build_args | String | ||
arches | String | ||
action | String |
Indicate whether the all of the edges in the gaph file are connected in [network]
options:
name | type | required | default |
---|---|---|---|
network | String | "warnet" |
Bring down a running warnet named [network]
options:
name | type | required | default |
---|---|---|---|
network | String | "warnet" |
Export all [network] data for sim-ln to subdirectory
options:
name | type | required | default |
---|---|---|---|
network | String | "warnet" |
Get info about a warnet named [network]
options:
name | type | required | default |
---|---|---|---|
network | String | "warnet" |
Start a warnet with topology loaded from a <graph_file> into [network]
options:
name | type | required | default |
---|---|---|---|
graph_file | Path | src/graphs/default.graphml | |
force | Bool | False | |
network | String | "warnet" |
Get status of a warnet named [network]
options:
name | type | required | default |
---|---|---|---|
network | String | "warnet" |
Bring up a previously-stopped warnet named [network]
options:
name | type | required | default |
---|---|---|---|
network | String | "warnet" |
List running scenarios "name": "pid" pairs
List available scenarios in the Warnet Test Framework
Run <scenario> from the Warnet Test Framework on [network] with optional arguments
options:
name | type | required | default |
---|---|---|---|
scenario | String | yes | |
additional_args | String | ||
network | String | "warnet" |
Run <scenario_path> from the Warnet Test Framework on [network] with optional arguments
options:
name | type | required | default |
---|---|---|---|
scenario_path | String | yes | |
additional_args | String | ||
network | String | "warnet" |
Stop scenario with PID <pid> from running
options:
name | type | required | default |
---|---|---|---|
pid | Int | yes |