3.2.19.2.1. All adapters: all connectionsΒΆ
This does the following:
Get all of the adapters.
Get all of the connections for all of the adapters.
$ axonshell adapters get | \
axonshell adapters cnx get > cnxs.json
$ # count the number of connections
$ cat cnxs.json | jq '. | length'