aerogear / charmil

The framework for building modular plugin based CLI's using Cobra and Golang
https://aerogear.github.io/charmil
Apache License 2.0
116 stars 13 forks source link

Refactor CLIs in example repos to use Charmil Core packages #234

Closed namit-chandwani closed 3 years ago

namit-chandwani commented 3 years ago

Refactor CLIs in repos: https://github.com/aerogear/charmil-host-example and https://github.com/aerogear/charmil-plugin-example, to use the Charmil Core packages.

wtrocki commented 3 years ago

What packages specifically? Would you do all? Better to focus on config

namit-chandwani commented 3 years ago

What packages specifically? Would you do all? Better to focus on config

Already did all packages (except config) through this PR: https://github.com/aerogear/charmil-host-example/pull/2 Now creating a separate PR for config package

wtrocki commented 3 years ago

Awesome!

namit-chandwani commented 3 years ago

This has been resolved already. Closing it now