Skip to content

feat: add flag to include experimental versions #171

@krvstek

Description

@krvstek

Feature description

Please add an opt-in flag (like --include-experimental or -x) to list-versions and list-patches to include experimental versions in the CLI output.

Currently, both commands only show stable versions. If you intentionally want to target an experimental app version, you have to manually parse the .mpp or patches-list.json files.

Motivation

This is mainly for automated build pipelines and power users.

If a script runs list-versions to find the highest supported app version to download, it simply cannot see the experimental ones because the CLI doesn't print them. Because of this, the script doesn't even know that newer app versions are already supported.

Adding an opt-in flag would solve this, allowing scripts to see and target the absolute latest versions. Since it's optional, the default behavior stays exactly the same and won't break anyone's existing workflows.

Acknowledgements

  • I have checked all open and closed feature requests and this is not a duplicate.
  • I have chosen an appropriate title.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions