posh-providers/hashicorp/cdktf
2023-05-25 10:03:43 +02:00
..
command.go feat: update tools 2023-05-25 10:03:43 +02:00
config.go feat: update tools 2023-05-25 10:03:43 +02:00
README.md feat: update tools 2023-05-25 10:03:43 +02:00

POSH CDKTF provider

Config

cdktf:
  path: devops/cdktf

Usage

func New(l log.Logger) (plugin.Plugin, error) {
	// ...
  inst.commands.Add(helm.NewCommand(l, kubectl))
	// ...
}