Package convex.cli.peer
Class PeerCreate
java.lang.Object
convex.cli.ACommand
convex.cli.peer.APeerCommand
convex.cli.peer.PeerCreate
- All Implemented Interfaces:
Runnable
peer create command
This creates an peer on an existing network
-
Field Summary
Fields inherited from class convex.cli.peer.APeerCommand
etchMixin, keyMixin, peerKeyMixin, storeMixin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.cli.peer.APeerCommand
cli, ensureControllerKey, getEtchStore, specifiedPeerKey
Methods inherited from class convex.cli.ACommand
commandLine, inform, inform, informError, informSuccess, informWarning, isColoured, isInteractive, isParanoid, paranoia, println, println, printRecord, printResult, prompt, readPassword, run, showUsage, showUsage, verbose
-
Constructor Details
-
PeerCreate
public PeerCreate()
-
-
Method Details
-
execute
Description copied from class:ACommand
Execute this command. Subclasses should override this to provide specific command functionality- Specified by:
execute
in classACommand
- Throws:
InterruptedException
-