Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign the CLI. #45

Open
mijaros opened this issue Jul 14, 2022 · 0 comments
Open

Redesign the CLI. #45

mijaros opened this issue Jul 14, 2022 · 0 comments

Comments

@mijaros
Copy link
Contributor

mijaros commented Jul 14, 2022

With the planned expansion to support other cloud platforms (Rosa, ARO), it is evident that the current way how the cli was designed is flawed and badly maintainable. One of the options is to migrate to click instead of plain argparse. The API of click seems more suitable for the increasing complexity of the necessary interface for osia. This will also enable a more smooth and semantically correct way to introduce new subcommands and ideally register them dynamically per module which conducts such command. Nevertheless, this will mean that the interface of osia will be changed drastically. That's why I think this is a kind of change which is worthy of a new major version, so this issue will be the starting point for the 1.0 release of osia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant