From e36f260c2ebc5e21724e5eedf0a91d2bc66cceec Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 4 Apr 2022 21:11:25 +0200 Subject: Treat instances with names starting with _ as abstract and do not list them --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c6c69e0..a4efa6f 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Another possibility is to pass the value to *etoolkit*'s *stdin* using a pipe. ... or if the *ETOOLKIT_MASTER_PASSWORD* env. variable is defined, its value will be used instead of prompting for password. -Listing all available instances defined in the configuration file and then +Listing available instances defined in the configuration file and then loading a specific instance can be achieved by: ```bash @@ -166,6 +166,9 @@ loading a specific instance can be achieved by: etoolkit ``` +Instances with names starting with *_* will be considered *abstract* and will +not be displayed by *--list*. + *etoolkit* will prompt for the master password the first time it encounters and encrypted value. Once provided the master password will be used to decrypt the rest of the encrypted values. -- cgit v1.3