@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
language
• Readonly language: ToolingLanguage
The supported IaC language.
Defined in
runtime
• Readonly runtime: ToolingRuntime
The supported IaC runtime.
Defined in
vendors
• Readonly vendors: CloudVendor[]
The supported cloud vendors. Usually a package chooses support one vendor but some choose to have multiple-vendor support.