From 191594652cc0b9bc17c79038d1749b6a0ea26959 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Thu, 9 Nov 2017 11:38:40 -0800 Subject: [PATCH] [CLI] Improve Rally DB UX - By default hide creds when running rally db show - Add option --creds to show them - Print results of operations as well as connection string to DB Change-Id: Ifc8ee8ee7b38821409d29ccfe66903e891e12ad3 --- etc/rally.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index d5fd3fe5..47efd1ad 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -22,7 +22,7 @@ _rally() OPTS["db_ensure"]="" OPTS["db_recreate"]="" OPTS["db_revision"]="" - OPTS["db_show"]="" + OPTS["db_show"]="--creds" OPTS["db_upgrade"]="" OPTS["deployment_check"]="--deployment" OPTS["deployment_config"]="--deployment"