From 745d0d283820437a94af41215e69bc657231b76f Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Fri, 26 Jul 2024 07:57:45 +0200 Subject: [PATCH] add changelog Signed-off-by: Christian Richter --- changelog/unreleased/initdiffmode.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/initdiffmode.md diff --git a/changelog/unreleased/initdiffmode.md b/changelog/unreleased/initdiffmode.md new file mode 100644 index 0000000000..a524797d5e --- /dev/null +++ b/changelog/unreleased/initdiffmode.md @@ -0,0 +1,9 @@ +Enhancement: Add `--diff` to the `ocis init` command + +We have added a new flag `--diff` to the `ocis init` command to show the diff of the configuration files. +This is useful to see what has changed in the configuration files when you run the `ocis init` command. +The diff is stored to the ocispath in the config folder as ocis.config.patch and can be applied using the +linux `patch` command. + +https://github.com/owncloud/ocis/pull/9693 +https://github.com/owncloud/ocis/issues/3645