Support rebuilding specific R versions

This commit is contained in:
Greg Lin 2020-07-20 17:44:31 -05:00
commit 8755140017

View file

@ -243,6 +243,10 @@ Once you've followed the steps above, submit a pull request. On successful merge
Periodically, someone with access to these resources may need to re-trigger every R version/platform combination. This quite easy with the `serverless` tool installed.
```
```bash
# Rebuild all R versions
serverless invoke stepf -n rBuilds -d '{"force": true}'
# Rebuild specific R versions
serverless invoke stepf -n rBuilds -d '{"force": true, "versions": ["3.6.3", "4.0.2"]}'
```