robinnet:cli
This is an old revision of the document!
cli.py
Command line interface for RobinNet node management.
This tool allows operators to:
- initialize nodes
- manage peers
- post messages
- trigger sync operations
- inspect database state
Example
List messages:
python -m robinnet.cli \ --db ./data/node.db \ list-messages
Add peer:
python -m robinnet.cli \ --db ./data/node.db \ add-peer \ --name bravo \ --url http://127.0.0.1:8082
robinnet/cli.1773242920.txt.gz · Last modified: by freedomotter
