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

chore: refactor core package #219

Closed ankithans closed 3 years ago

ankithans commented 3 years ago

Closes #213 Closes #183 Closes #115

Description

Type of change

Checklist

namit-chandwani commented 3 years ago

@ankithans I believe now you'll be making similar changes in the charmil-starter repo too

ankithans commented 3 years ago

yes after release...

wtrocki commented 3 years ago

I believe now you'll be making similar changes in the charmil-starter repo too

No changes to charmil starter please. Let's build a script that will do something like this:

mkdir newrepo
cd newrepo
git init 
git remote add starter ...
cp -Rf ../starter ./
git commit -a -m"Starter update"
git push origin main

later we can do automation from releases - and do not update starter before release as well

wtrocki commented 3 years ago

Do you mind publishing website (manually for now)

ankithans commented 3 years ago

done