From d2ab53aa5f67cb65a75f2c36fb076c0debd961ca Mon Sep 17 00:00:00 2001 From: umohnani8 Date: Thu, 14 Dec 2017 12:49:22 -0500 Subject: Add support for dir transport to kpod save kpod save can now save images to directories using the dir transport. Manifest conversion is also possible. To save with the oci manifest type set --format to oci-dir and to save with the v2s2(docker) manifest type, set --format to docker-dir. The layers can be compressed as well when saving to a directory using the --compress flag. Added functionality to kpod load to be able to load image from a directory Signed-off-by: umohnani8 Closes: #137 Approved by: rhatdan --- completions/bash/kpod | 1 + 1 file changed, 1 insertion(+) (limited to 'completions/bash') diff --git a/completions/bash/kpod b/completions/bash/kpod index 417e9468d..3e291c526 100644 --- a/completions/bash/kpod +++ b/completions/bash/kpod @@ -1302,6 +1302,7 @@ _kpod_save() { --format " local boolean_options=" + --compress --quiet -q " _complete_ "$options_with_args" "$boolean_options" -- cgit v1.2.3-54-g00ecf