aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-08 10:04:12 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-08 10:04:12 +0100
commitfdef03a6176461256ad2b165008131d63582add9 (patch)
treeed921fd27ffa18c5a1a012941341df72096af2fa /CHANGELOG.md
parent61e464e037a7436a2ac050fac8258094ba095514 (diff)
Split pull functionality into its own subcommand
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 474c4a5..5156976 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- A `diff` subcommand has been added to show all non-committed changes. It is a
convenience wrapper to avoid having to change directory and run `git diff` to
get an overview of all pending changes.
+- A `pull` subcommand has been added to only pull the latest changes into the
+ `$BASHTARD_ETCDIR`, without running `sync` on all the playbooks.
### Changed