mirror of
https://github.com/fluencelabs/aqua-book
synced 2025-04-24 23:22:13 +00:00
22 lines
496 B
Markdown
22 lines
496 B
Markdown
|
# Peer state info
|
||
|
|
||
|
Information about services, modules and blueprints is stored on peers. Let's look at the commands by which you can get this information.
|
||
|
|
||
|
This is how you can get a list of possible commands:
|
||
|
|
||
|
```
|
||
|
aqua remote --help
|
||
|
|
||
|
...
|
||
|
list_modules
|
||
|
List all modules on a peer
|
||
|
list_blueprints
|
||
|
List all blueprints on a peer
|
||
|
list_interfaces
|
||
|
List all service interfaces on a peer by a given owner
|
||
|
get_interface
|
||
|
Show interface of a service
|
||
|
|
||
|
```
|
||
|
|