Package convex.cli.peer
Class APeerCommand
java.lang.Object
convex.cli.ACommand
convex.cli.peer.APeerCommand
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
PeerBackup
,PeerCreate
,PeerGenesis
,PeerList
,PeerStart
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EtchMixin
protected KeyMixin
protected PeerKeyMixin
protected KeyStoreMixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.ACommand
commandLine, execute, inform, inform, informError, informSuccess, informWarning, isColoured, isInteractive, isParanoid, paranoia, println, println, printRecord, printResult, prompt, readPassword, run, showUsage, showUsage, verbose
-
Field Details
-
etchMixin
-
keyMixin
-
peerKeyMixin
-
storeMixin
-
-
Constructor Details
-
APeerCommand
public APeerCommand()
-
-
Method Details
-
cli
Description copied from class:ACommand
Gets the current CLI main command instance -
getEtchStore
-
specifiedPeerKey
Get the keypair for the peer. May return null if not specified or not available in store -
ensureControllerKey
Get the keypair for the peer controller account. Returns null if not specified
-