igcv3 - v1.1.0
GitHub
Preparing search index...
generate/resolvers
resolveOutputPaths
Function resolveOutputPaths
resolveOutputPaths
(
options
:
GenerateOptions
,
config
:
AppConfig
,
subject
:
CsrSubject
,
presetName
:
string
,
)
:
Promise
<
{
outDir
:
string
;
keyPath
:
string
;
csrPath
:
string
}
>
Resolve output paths based on --out option. Detection logic:
Ends with / or \ → directory
Is an existing directory → directory
Has cert extension (.csr, .key, .pem) → file path (extract basename)
Otherwise → directory (will be created)
Parameters
options
:
GenerateOptions
config
:
AppConfig
subject
:
CsrSubject
presetName
:
string
Returns
Promise
<
{
outDir
:
string
;
keyPath
:
string
;
csrPath
:
string
}
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
GitHub
igcv3 - v1.1.0
Loading...
Resolve output paths based on --out option. Detection logic: