Skip to content

Commit 304511a

Browse files
committed
skip pulling deperecated resources in pull --all
1 parent 71369fc commit 304511a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/cli/lib/commands/pull.js.twig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,9 @@ pull
481481
.description("Pull all resource.")
482482
.action(actionRunner(() => {
483483
cliConfig.all = true;
484-
return pullResources();
484+
return pullResources({
485+
skipDeprecated: true
486+
});
485487
}));
486488

487489
pull

0 commit comments

Comments
 (0)