Skip to content

@openfabr/cdf / Exports / ToolingInfo

Interface: ToolingInfo

Interface that offers information about IaC tooling.

Table of contents

Properties

Properties

command

Readonly command: string

The shell command to run deployment with the package.

Defined in

src/lib/metadata.ts:65


language

Readonly language: ToolingLanguage

The supported IaC language.

Defined in

src/lib/metadata.ts:73


runtime

Readonly runtime: ToolingRuntime

The supported IaC runtime.

Defined in

src/lib/metadata.ts:69


vendors

Readonly vendors: CloudVendor[]

The supported cloud vendors. Usually a package chooses support one vendor but some choose to have multiple-vendor support.

Defined in

src/lib/metadata.ts:78