From 2976ca69477494894cf81d87d4d4a3e0979874c8 Mon Sep 17 00:00:00 2001 From: Nicholas Alipaz Date: Wed, 27 Dec 2023 10:50:09 -0800 Subject: [PATCH] Add on-demand to pull.js --- lib/pull.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/pull.js b/lib/pull.js index d827155..1adf558 100644 --- a/lib/pull.js +++ b/lib/pull.js @@ -86,6 +86,10 @@ const task = { weight: 400, }, }, + 'on-demand': { + description: 'Generate a new backup of the database when pulling', + passthrough: true, + }, }, };