cluster-anchoring
Usage: pmc cluster-anchoring [OPTIONS] COMMAND [ARGS]...
Interactions with cluster anchoring chain configuration
Options:
-h, --help Show this message and exit
Commands:
update Propose new cluster anchoring configuration.
get Get cluster anchoring configuration
The blockchain command (pmc cluster-anchoring
) consists of sub-commands to interact with cluster anchoring chain configuration.
update
Usage: pmc cluster-anchoring update [OPTIONS]
Propose new cluster anchoring configuration.
Options:
-cfg, --config VALUE Configuration file for PMC (overrides system
configuration)
-ac, --anchoring-config PATH Configuration file for cluster anchoring chain
(GtvML (*.xml) or Gtv (*.gtv))
-h, --help Show this message and exit
The update command (pmc cluster-anchoring update
) proposes a new cluster anchoring configuration.
get
Usage: pmc cluster-anchoring get [OPTIONS]
Get cluster anchoring configuration
Options:
-cfg, --config VALUE Configuration file for PMC (overrides system
configuration)
--save PATH where to save configuration XML
-h, --help Show this message and exit
The get command (pmc cluster-anchoring get
) receives the anchoring configuration of a given cluster. The configuration can be saved to a desired path.