Skip to main content

Interface: CliOptions

Extends

Properties

arm64?

optional arm64?: boolean


armv7l?

optional armv7l?: boolean


config?

readonly optional config?: string | Configuration | null

Inherited from

PackagerOptions.config


dir?

optional dir?: boolean


effectiveOptionComputed?

readonly optional effectiveOptionComputed?: (options) => Promise<boolean>

Parameters

options

any

Returns

Promise<boolean>

Inherited from

PackagerOptions.effectiveOptionComputed


ia32?

optional ia32?: boolean


linux?

optional linux?: string[]

Inherited from

PackagerOptions.linux


mac?

optional mac?: string[]

Inherited from

PackagerOptions.mac


platformPackagerFactory?

optional platformPackagerFactory?: ((info, platform) => PlatformPackager<any>) | null

Inherited from

PackagerOptions.platformPackagerFactory


prepackaged?

readonly optional prepackaged?: string | null

Inherited from

PackagerOptions.prepackaged


projectDir?

optional projectDir?: string | null

Inherited from

PackagerOptions.projectDir


publish?

optional publish?: PublishPolicy | null

Inherited from

PublishOptions.publish


targets?

optional targets?: Map<Platform, Map<Arch, string[]>>

Inherited from

PackagerOptions.targets


universal?

optional universal?: boolean


win?

optional win?: string[]

Inherited from

PackagerOptions.win


x64?

optional x64?: boolean