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