containers / containers/podman-compose

Open to a CLI Rewrite?

Open
#1,377 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.