Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
runDoctorCli
Function runDoctorCli
runDoctorCli
(
workspace
:
string
,
options
?:
DoctorOptions
,
)
:
Promise
<
{
checks
:
DoctorCheck
[]
;
liveProbes
:
boolean
;
mode
:
"WORKSPACE"
|
"INSTALL"
;
ok
:
boolean
;
strict
:
boolean
;
text
:
string
;
workspaceInitialized
:
boolean
;
}
,
>
Parameters
workspace
:
string
options
:
DoctorOptions
= {}
Returns
Promise
<
{
checks
:
DoctorCheck
[]
;
liveProbes
:
boolean
;
mode
:
"WORKSPACE"
|
"INSTALL"
;
ok
:
boolean
;
strict
:
boolean
;
text
:
string
;
workspaceInitialized
:
boolean
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...