Skip to content

@openfabr/cdf / Exports / ToolingInfo

Interface: ToolingInfo

Interface that offers information about IaC tooling.

Table of contents

Properties

Properties

command

command: string

The shell command to run deployment with the package.

Defined in

src/lib/metadata.ts:56


language

language: ToolingLanguage

The supported IaC language.

Defined in

src/lib/metadata.ts:64


runtime

runtime: ToolingRuntime

The supported IaC runtime.

Defined in

src/lib/metadata.ts:60


vendors

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:69