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.
Problem
Currently, there is no CLI command in
obalthat allows users to see which packages are available for operations as defined inpackage_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 listorobal list-packages, that prints the list of available packages found inpackage_manifest.yaml. This command should:package_manifest.yaml.obalcan operate on, in a clear and human-readable format.