PMC command reference
Usage: pmc [OPTIONS] COMMAND [ARGS]...
╭─ Options ───────────────────────────────────────────────────────────────────╮
│ --generate-completion=(bash|zsh|fish) │
│ --version Show the version and exit │
│ -h, --help Show this message and exit │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────╮
│ help Show this message and exit │
│ version Show the version and exit │
│ keygen Generates public/private key pair │
│ config Configure the management console │
│ network Commands relating to the network as a whole │
│ node Node commands │
│ provider Provider commands │
│ proposal Interact with existing proposals │
│ voterset Voter set commands │
│ cluster Interacting with clusters │
│ container Container commands │
│ blockchain Interactions with blockchains │
│ cluster-anchoring Interactions with cluster anchoring chain │
│ configuration │
│ economy Economy chain commands │
│ subnode-image Interacting with subnode images │
│ lease Lease commands │
│ subnode-jar-extension Interacting with subnode JAR extensions │
│ transaction Manage transactions │
╰─────────────────────────────────────────────────────────────────────────────╯
This section contains information about all commands and settings available in the Chromia PMC CLI, including examples and flags.
The help command (pmc help) displays the help message for PMC and exits.
The version command (pmc version) displays the current version of the PMC CLI tool and exits.
The keygen command (pmc keygen) generates a public and private key pair.
You can use the command (pmc config) to edit the configuration of the PMC.
TThe network command (pmc network) consists of sub-commands that initialize a network and show a summary or version of an existing network.
The node command (pmc node) consists of sub-commands used to manage nodes.
The provider command (pmc provider) consists of sub-commands used to manage providers.
The command (pmc proposal) has sub-commands to see and vote on existing proposals in the network.
The node command (pmc voterset) comprises sub-commands that manage voter sets.
The cluster command (pmc cluster) consists of sub-commands to interact with clusters.
The container command (pmc container) consists of sub-commands to interact with containers.
The blockchain command (pmc blockchain) consists of sub-commands to interact with blockchains.
The blockchain command (pmc cluster-anchoring) consists of sub-commands to interact with Cluster Anchoring Chain configuration.
The economy command (pmc economy) consists of sub-commands to interact with the Economy Chain.
The subnode-image command (pmc subnode-image) consists of sub-commands used to manage subnode image.
The lease command (pmc lease) consists of sub-commands used to manage container lease.
The token command (pmc token) consists of sub-commands used to manage Token Chain.