From 33ad9fd4cc0ade9f0800a2815ee0ef514ae8f264 Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Mon, 11 Jun 2018 13:19:05 +0100 Subject: Add option for user to enter password Add the --prompt option for the CLI which will cause the user to be prompted to enter a password. Any password otherwise specified by --key, --os-password or an environment variable will be ignored. The swift client will exit with a warning if the password cannot be entered without its value being echoed. Closes-Bug: #1357562 Change-Id: I513647eed460007617f129691069c6fb1bfe62d7 --- doc/source/cli/index.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/source/cli') diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index 4aa3bfc..88fafa1 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -139,6 +139,10 @@ swift optional arguments compression should be disabled by default by the system SSL library. +``--prompt`` + Prompt user to enter a password which overrides any password supplied via + ``--key``, ``--os-password`` or environment variables. + Authentication ~~~~~~~~~~~~~~ -- cgit v1.2.1