You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rush-plugins/rush-http-build-cache-plugin/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Once enabled, configure the HTTP build cache in config file `common/config/rush-
26
26
}
27
27
```
28
28
29
-
- url: The server to store cache objects.
29
+
-`url`: The server to store cache objects.
30
30
-`tokenHandler`: A script that can print the Authorization header expected by the server. The value printed to `stdout` by this command should be an exact header, for example, `Bearer ab98d8c878d937290d979a9097c90dfffff` or `Basic 098abc7dff==`.
31
31
-`isCacheWriteAllowed`: A flag that determines if the plugin should write to the cache.
0 commit comments