From b74a57cd5434385877191a348c5f9929f064fda5 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 30 Sep 2020 13:59:58 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 202e7b5..8c8bfa0 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,21 @@ Blobs are accepted (processed by [glob-all](https://www.npmjs.com/package/glob-a ### `ammoniteScripts` *Optional* Extra Ammonite scripts to take into account in the Ammonite cache key. Same format as extraFiles. + +### `extraKey` + +*Optional* + +Extra value to be appended to the coursier cache key. + +See `extraFiles` for more details. + +### `extraHashedContent` + +*Optional* + +Extra content to take into account in the cache key. + +See `extraFiles` for more details. + +The content of `extraHashedContent` is taken into account in the hash for the coursier cache key.