mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
210 B
210 B
POSH CDKTF provider
Config
cdktf:
path: devops/cdktf
Usage
func New(l log.Logger) (plugin.Plugin, error) {
// ...
inst.commands.Add(helm.NewCommand(l, kubectl))
// ...
}