From f909b745ec82d6c010e27218bda9524bb1724060 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 11 Jun 2019 10:28:49 -0400 Subject: Add --filename option to generate kube This allows writing output directly to a file, instead of STDOUT. Makes things easier for some scripting tasks. Like the unit tests for 'play kube'. Signed-off-by: Matthew Heon --- completions/bash/podman | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'completions/bash/podman') diff --git a/completions/bash/podman b/completions/bash/podman index efb8a6a9b..b049f309a 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2467,7 +2467,9 @@ _podman_healthcheck_run() { } _podman_generate_kube() { - local options_with_args="" + local options_with_args=" + --filename -f + " local boolean_options=" -h -- cgit v1.2.3-54-g00ecf