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

feat(charmil-crud): add validations and flag completion #204

Closed namit-chandwani closed 3 years ago

namit-chandwani commented 3 years ago

Closes #179

Description

Made the following changes:

Type of change

Checklist

namit-chandwani commented 3 years ago

This PR is now ready for review. Please ignore the failing build as it's related to issue #199 and I'll need to fix it in a follow-up PR shortly after this one gets merged.

/cc @aerogear/charmil

namit-chandwani commented 3 years ago

Creating a PR to the charmil-starter repo now, which will add the flagutil package over there too.

namit-chandwani commented 3 years ago

@wtrocki I'm creating a follow-up PR in some time which would fix issue #199. So I think it would be better if we make a release after that is merged