fix(cli): show diffs only with --show-diffs

This commit is contained in:
Ruben Fiszel
2023-05-09 00:17:01 +02:00
parent 2fb89beb4e
commit 0b9ebfc08d

View File

@@ -700,7 +700,7 @@ async function push(
undefined,
obj,
opts.plainSecrets ?? false,
opts.raw || opts.skipPull
opts.raw
);
if (!opts.raw && stateExists) {