nooschain / cli/config / CliConfig
Interface: CliConfig
Defined in: cli/config.ts:29
Runtime configuration shared by HTTP and local-only CLI commands.
Properties
baseUrl
baseUrl:
string
Defined in: cli/config.ts:31
Base URL for node HTTP APIs, without trailing slash.
json
json:
boolean
Defined in: cli/config.ts:35
Whether command output should be compact machine-readable JSON.
operatorToken?
optionaloperatorToken?:string
Defined in: cli/config.ts:33
Optional operator bearer token used for protected local/operator APIs.
pretty
pretty:
boolean
Defined in: cli/config.ts:37
Whether command output should be formatted with indentation.
timeoutMs
timeoutMs:
number
Defined in: cli/config.ts:39
HTTP request timeout in milliseconds.
tls
tls:
object
Defined in: cli/config.ts:41
TLS and mTLS client settings for HTTPS node APIs.
caPath?
optionalcaPath?:string
certPath?
optionalcertPath?:string
keyPath?
optionalkeyPath?:string
rejectUnauthorized
rejectUnauthorized:
boolean