From 4bc198ef55e77ccb94765e7fe4df1e79b33e330b Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Thu, 9 Apr 2020 17:11:04 +0300 Subject: [PATCH] Update docs for CLI args with new override flag (#111) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbe83340..1e8997fc 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ GLOBAL OPTIONS: --cache-key value cache key to use for the cache directories [$PLUGIN_CACHE_KEY] --remote-root value remote root directory to contain all the cache files created (default repo.name) [$PLUGIN_REMOTE_ROOT] --local-root value local root directory to base given mount paths (default pwd [present working directory]) [$PLUGIN_LOCAL_ROOT] + --override override even if cache key already exists in backend (default: true) [$PLUGIN_OVERRIDE] --archive-format value archive format to use to store the cache directories (tar, gzip) (default: "tar") [$PLUGIN_ARCHIVE_FORMAT] --compression-level value compression level to use for gzip compression when archive-format specified as gzip (check https://godoc.org/compress/flate#pkg-constants for available options) (default: -1) [$PLUGIN_COMPRESSION_LEVEL]