From 0b9ebfc08dafb9d0388e63e643b815fba76da55d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 9 May 2023 00:17:01 +0200 Subject: [PATCH] fix(cli): show diffs only with --show-diffs --- cli/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/sync.ts b/cli/sync.ts index a70b37561c..254cb3b413 100644 --- a/cli/sync.ts +++ b/cli/sync.ts @@ -700,7 +700,7 @@ async function push( undefined, obj, opts.plainSecrets ?? false, - opts.raw || opts.skipPull + opts.raw ); if (!opts.raw && stateExists) {