mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> fix: update kube play command cobra use Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> Add multi-file support to podman kube play/down - Support multiple YAML files and URLs in single command - Combine files with YAML document separators (---) - Refactor for better testability with dependency injection - Update documentation with examples for multiple inputs - Improve memory efficiency with streaming I/O operations Fixes: https://github.com/containers/podman/issues/26274 Fixes: https://issues.redhat.com/browse/RUN-3586 Signed-off-by: Jan Rodák <hony.com@seznam.cz>