Skip to main content

PartialBinConfig

Configures to a tool-specific binary to install.

Index

Properties

optionalbin

bin?: null | string

Name of the binary, with optional version separated by @.

optionalforce

force?: null | boolean

Force install the binary if it already exists.

optionallocal

local?: null | boolean

Only install the binary locally, and not within CI.

optionalname

name?: null | string

For supported tools, a custom name to use.