diff --git a/concepts/shell-scripts/shell-scripts.md b/concepts/shell-scripts/shell-scripts.md index 3c1279212..5bf851fe0 100644 --- a/concepts/shell-scripts/shell-scripts.md +++ b/concepts/shell-scripts/shell-scripts.md @@ -67,6 +67,12 @@ Then you can run: sails run send-email-proof-reminders ``` +To provide inputs values: + +```bash +sails run send-email-proof-reminders --template='alternative-reminder' +``` + For more detailed information on usage, see the [`whelk` README](https://github.com/sailshq/whelk/blob/master/README.md).