containers / containers/podman-compose
Open to a CLI Rewrite?
Open
enhancement
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
The CLI cannot handle things like global flags effectively. Commands such as `podman-compose build -f compose.yml` will fail because the build subcommand does not have a flag for files defined.
The self implemented CLI functionality doesn't have a clear solution to this.
**Describe the solution you'd like**
Use a Python CLI framework such as [click](https://click.palletsprojects.com/en/stable/)
**Describe alternatives you've considered**
Fixing the internal CLI implementation.
Contributor guide
Assessment
This issue has not been assessed yet.