diff options
| author | Simeon Simeonov | 2022-03-17 20:35:12 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2022-03-17 20:35:12 +0100 |
| commit | 6eb9318f6b22db29942998fddf88752aa4c54779 (patch) | |
| tree | 37e8d98bf77347fed929d2d0fa28eefb42932e10 | |
| parent | 44eaafe50370c076269e80d9252bca969814d238 (diff) | |
Add cosmetic changes to README.md and release 1.1.01.1.0
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
| @@ -106,11 +106,11 @@ Each instance consists of key-value pairs corresponding to env. name and value. | |||
| 106 | All pairs will result in corresponding env. variables being defined, with the | 106 | All pairs will result in corresponding env. variables being defined, with the |
| 107 | exception of the following *etoolkit* internal keys: | 107 | exception of the following *etoolkit* internal keys: |
| 108 | 108 | ||
| 109 | - **ETOOLKIT_PARENT** - string - reference to another instance | 109 | - *ETOOLKIT_PARENT* - string - reference to another instance |
| 110 | 110 | ||
| 111 | - **ETOOLKIT_SENSITIVE** - list - env. variables containing sensitive data | 111 | - *ETOOLKIT_SENSITIVE* - list - env. variables containing sensitive data |
| 112 | 112 | ||
| 113 | All pairs defined in *"general"* (currently only **MASTER_PASSWORD_HASH**) are | 113 | All pairs defined in *"general"* (currently only *MASTER_PASSWORD_HASH*) are |
| 114 | *etoolkit* internal as well. | 114 | *etoolkit* internal as well. |
| 115 | 115 | ||
| 116 | An instance may inherit (and if desired overwrite) key value pairs from its | 116 | An instance may inherit (and if desired overwrite) key value pairs from its |
| @@ -294,7 +294,10 @@ A complete bash completion script for *etoolkit* can be found here: | |||
| 294 | [https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash](https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash) | 294 | [https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash](https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash) |
| 295 | 295 | ||
| 296 | 296 | ||
| 297 | ## [Changelog](https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md) | 297 | ## Changelog |
| 298 | |||
| 299 | A complete changelog can be found at: | ||
| 300 | [https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md](https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md) | ||
| 298 | 301 | ||
| 299 | 302 | ||
| 300 | ## Support and contributing | 303 | ## Support and contributing |
