devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
375 stars 44 forks source link

Remove a.Init() from Root cmd #258

Open leucos opened 4 months ago

leucos commented 4 months ago

Init creates a lot of boilerplate and is often unnecessary.

Use it only in required subcommands so binenv is faster and shim'ed commands do not depend on binenv configs.