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
convex.peer.create
This creates an account and provides enougth funds, for a new peer account
-
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
checkPeerKey, cli, ensureControllerKey, getEtchStore
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, 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
-