Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

[proposal] Added note for passing input values #1335

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions concepts/shell-scripts/shell-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<docmeta name="displayName" value="Shell scripts">
Expand Down