ZupIT / ritchie-cli

Ritchie CLI is an open-source tool that allows to create, store and share any kind of automation, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
https://docs.ritchiecli.io
Apache License 2.0
561 stars 104 forks source link

Merge repo and repo-zip commands (add/update) #1048

Open lucasdittrichzup opened 2 years ago

lucasdittrichzup commented 2 years ago

What would you like to be added: It was necessary to create the commands add repo-zip and update repo-zip to add and update repositories from a URL. Thus, it will be necessary to unify these commands with add repo and update repo.

Why is this needed: This unification is necessary so that we don't have duplication of commands.

rafaeelaudibert commented 2 years ago

Hey @lucasdittrichzup. I might try to work on that.

Could you confirm that I understand how it should work? We should remove the repo-zip family of commands, having its functionality ported to the repo family, right?

lucasdittrichzup commented 2 years ago

That's right @rafaeelaudibert.

If you have any questions I am available to help.