Skip to content

nooschain v0.1.0


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?

optional operatorToken?: 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?

optional caPath?: string

certPath?

optional certPath?: string

keyPath?

optional keyPath?: string

rejectUnauthorized

rejectUnauthorized: boolean

Audience-first NOOSChain documentation.