containers / containers/podman-compose
Manage all profiles
- 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.**
When setting profiles for services, I think that [Docker-compose offers the possibility of selecting all profiles when passing an asterisk](https://stackoverflow.com/a/78753245). Eg.
```
podman compose --profile "*" up
```
I have tried setting `--profile "*"` while running the subcommands `config` and `up`, but not a single service was selected. All my services have a profile assigned to them.
The help/usage paragraph does not mention this possibility.
```
...
--profile profile Specify a profile to enable
...
```
Could/does this work with Podman-compose?
Contributor guide
Research direction
Start with the profile handling used by the config and up subcommands, then check the --profile help text. Reproduce the reported behavior with all services assigned to profiles and --profile "*". Done means both commands select every profiled service and the usage text documents the supported behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100