From b761f991f32faf735a21e7308e3cbdf73b06ae63 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Thu, 9 Nov 2017 11:35:02 -0800 Subject: [PATCH] [CLI] Add rally db ensure command This command is going to create Rally DB if it doesn't exist, otherwise it does nothing Change-Id: I3923005c69dba5bb44bbf260b3f201814bb32cba --- etc/rally.bash_completion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index 3016b5ad..d5fd3fe5 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -19,6 +19,7 @@ _rally() declare -A OPTS OPTS["db_create"]="" + OPTS["db_ensure"]="" OPTS["db_recreate"]="" OPTS["db_revision"]="" OPTS["db_show"]="" @@ -96,4 +97,4 @@ _rally() return 0 } -complete -o filenames -F _rally rally +complete -o filenames -F _rally rally \ No newline at end of file