Skip to content

Add command to list available packages from package_manifest.yaml #426

@ogajduse

Description

@ogajduse

Problem

Currently, there is no CLI command in obal that allows users to see which packages are available for operations as defined in package_manifest.yaml. This makes it harder for users to discover what packages are supported by their current configuration.

Proposal

Implement a command, e.g., obal list or obal list-packages, that prints the list of available packages found in package_manifest.yaml. This command should:

  • Parse package_manifest.yaml.
  • Output a list of all packages that obal can operate on, in a clear and human-readable format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions