gabrieldemarmiesse / python-on-whales

An awesome Python wrapper for an awesome Docker CLI!
MIT License
537 stars 100 forks source link

Add support for 'latest' and 'all' flags when applicable #588

Open LewisGaul opened 3 months ago

LewisGaul commented 3 months ago

Various podman container and podman pod commands support --latest and --all flags to operate on the latest or all containers/pods without specifying names/IDs. It would be good to add support for this in PoW.

See some relevant comments on previous PR: