From fdef03a6176461256ad2b165008131d63582add9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 8 Mar 2023 10:04:12 +0100 Subject: Split pull functionality into its own subcommand --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.1