Skip to content

Redesign the CLI. #45

Open
Open
@mijaros

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions