posh-providers/hashicorp/cdktf
Kevin Franklin Kim 550c8046ce
docs: format
2023-11-23 13:44:01 +01:00
..
command.go feat: add flags 2023-06-01 10:42:08 +02:00
config.go feat: implement cdktf 2023-05-25 16:31:31 +02:00
README.md docs: format 2023-11-23 13:44:01 +01:00

POSH CDKTF provider

Usage

Plugin

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

Config

cdktf:
  path: devops/cdktf