Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 4bc198e

Browse files
authored
Update docs for CLI args with new override flag (#111)
1 parent 44c7711 commit 4bc198e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ GLOBAL OPTIONS:
161161
--cache-key value cache key to use for the cache directories [$PLUGIN_CACHE_KEY]
162162
--remote-root value remote root directory to contain all the cache files created (default repo.name) [$PLUGIN_REMOTE_ROOT]
163163
--local-root value local root directory to base given mount paths (default pwd [present working directory]) [$PLUGIN_LOCAL_ROOT]
164+
--override override even if cache key already exists in backend (default: true) [$PLUGIN_OVERRIDE]
164165
--archive-format value archive format to use to store the cache directories (tar, gzip) (default: "tar") [$PLUGIN_ARCHIVE_FORMAT]
165166
--compression-level value compression level to use for gzip compression when archive-format specified as gzip
166167
(check https://godoc.org/compress/flate#pkg-constants for available options) (default: -1) [$PLUGIN_COMPRESSION_LEVEL]

0 commit comments

Comments
 (0)