Skip to content

Commit

Permalink
Add on-demand to pull.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nalipaz authored Dec 27, 2023
1 parent 1a88143 commit 2976ca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pull.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ const task = {
weight: 400,
},
},
'on-demand': {
description: 'Generate a new backup of the database when pulling',
passthrough: true,
},
},
};

Expand Down

0 comments on commit 2976ca6

Please sign in to comment.