diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -158,7 +158,7 @@ Another possibility is to pass the value to *etoolkit*'s *stdin* using a pipe. | |||
| 158 | ... or if the *ETOOLKIT_MASTER_PASSWORD* env. variable is defined, its value | 158 | ... or if the *ETOOLKIT_MASTER_PASSWORD* env. variable is defined, its value |
| 159 | will be used instead of prompting for password. | 159 | will be used instead of prompting for password. |
| 160 | 160 | ||
| 161 | Listing all available instances defined in the configuration file and then | 161 | Listing available instances defined in the configuration file and then |
| 162 | loading a specific instance can be achieved by: | 162 | loading a specific instance can be achieved by: |
| 163 | 163 | ||
| 164 | ```bash | 164 | ```bash |
| @@ -166,6 +166,9 @@ loading a specific instance can be achieved by: | |||
| 166 | etoolkit <instance-name> | 166 | etoolkit <instance-name> |
| 167 | ``` | 167 | ``` |
| 168 | 168 | ||
| 169 | Instances with names starting with *_* will be considered *abstract* and will | ||
| 170 | not be displayed by *--list*. | ||
| 171 | |||
| 169 | *etoolkit* will prompt for the master password the first time it encounters | 172 | *etoolkit* will prompt for the master password the first time it encounters |
| 170 | and encrypted value. Once provided the master password will be used to decrypt | 173 | and encrypted value. Once provided the master password will be used to decrypt |
| 171 | the rest of the encrypted values. | 174 | the rest of the encrypted values. |
