@hashgraph/solo
Preparing search index...
src/commands/cluster/handlers
ClusterCommandHandlers
Class ClusterCommandHandlers
Hierarchy (
View Summary
)
CommandHandler
ClusterCommandHandlers
Index
Constructors
constructor
Properties
_config
Maps
logger?
Methods
command
Action
connect
disconnect
get
Unused
Configs
info
list
reset
setup
setup
Home
Directory
setup
Home
Directory
Task
Constructors
constructor
new
ClusterCommandHandlers
(
tasks
:
ClusterCommandTasks
,
localConfig
:
LocalConfig
,
configs
:
ClusterCommandConfigs
,
)
:
ClusterCommandHandlers
Parameters
tasks
:
ClusterCommandTasks
localConfig
:
LocalConfig
configs
:
ClusterCommandConfigs
Returns
ClusterCommandHandlers
Properties
Protected
Readonly
_config
Maps
_configMaps
:
Map
<
string
,
any
>
= ...
Optional
Readonly
logger
logger
?:
SoloLogger
Methods
command
Action
commandAction
(
argv
:
any
,
actionTasks
:
any
,
options
:
any
,
errorString
:
string
,
lease
:
Lock
,
)
:
Promise
<
void
>
Parameters
argv
:
any
actionTasks
:
any
options
:
any
errorString
:
string
lease
:
Lock
Returns
Promise
<
void
>
connect
connect
(
argv
:
ArgvStruct
)
:
Promise
<
boolean
>
Setup home directory.
Create new local config if needed.
Add new 'cluster-ref => context' mapping in the local config.
Parameters
argv
:
ArgvStruct
Returns
Promise
<
boolean
>
disconnect
disconnect
(
argv
:
ArgvStruct
)
:
Promise
<
boolean
>
Parameters
argv
:
ArgvStruct
Returns
Promise
<
boolean
>
get
Unused
Configs
getUnusedConfigs
(
configName
:
string
)
:
string
[]
Parameters
configName
:
string
Returns
string
[]
info
info
(
argv
:
ArgvStruct
)
:
Promise
<
boolean
>
Parameters
argv
:
ArgvStruct
Returns
Promise
<
boolean
>
list
list
(
argv
:
ArgvStruct
)
:
Promise
<
boolean
>
Parameters
argv
:
ArgvStruct
Returns
Promise
<
boolean
>
reset
reset
(
argv
:
ArgvStruct
)
:
Promise
<
boolean
>
Parameters
argv
:
ArgvStruct
Returns
Promise
<
boolean
>
setup
setup
(
argv
:
ArgvStruct
)
:
Promise
<
boolean
>
Parameters
argv
:
ArgvStruct
Returns
Promise
<
boolean
>
setup
Home
Directory
setupHomeDirectory
(
directories
?:
string
[]
)
:
string
[]
Setup home directories
Parameters
directories
:
string
[]
= ...
Returns
string
[]
setup
Home
Directory
Task
setupHomeDirectoryTask
()
:
{
task
:
()
=>
Promise
<
void
>
;
title
:
string
}
Returns
{
task
:
()
=>
Promise
<
void
>
;
title
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_config
Maps
logger
Methods
command
Action
connect
disconnect
get
Unused
Configs
info
list
reset
setup
setup
Home
Directory
setup
Home
Directory
Task
@hashgraph/solo
Loading...