Skip to content

Commit

Permalink
Update and refactor documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 22, 2021
1 parent 890e8c4 commit 52b53c9
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 228 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ templates, or config file.
exclude encrypted files.
* The new `--keep-going` option causes chezmoi to keep going as far as possible
rather than stopping at the first error it encounters.
* The new `--no-tty` option stops chezmoi from opening a TTY to read input
(including passwords) and instead reads them from stdin.
* The new `--source-path` options allows you to specify targets by source path,
which is useful for editor hooks.
* The new `gitHubKeys` template function allows you to populate your
Expand Down Expand Up @@ -102,3 +104,5 @@ the new functionality and for consistency:
* The structure of data output by `chezmoi dump` has changed.
* The `.chezmoi.homedir` template variable has been renamed to
`.chezmoi.homeDir`.
* The `.chezmoi.fullHostname` template variable has been removed, as it did not
contain the full hostname,
Loading

0 comments on commit 52b53c9

Please sign in to comment.