diff options
| author | Simeon Simeonov | 2022-04-04 21:11:25 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2022-04-04 21:11:25 +0200 |
| commit | e36f260c2ebc5e21724e5eedf0a91d2bc66cceec (patch) | |
| tree | 19213b92189c957ec0f2d0638ee06f07d089167a /README.md | |
| parent | 6eb9318f6b22db29942998fddf88752aa4c54779 (diff) | |
Treat instances with names starting with _ as abstract and do not list them
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. |
