From 6de5007d3c12a73b148acb576a4867d3b51f6c8e Mon Sep 17 00:00:00 2001 From: Dan Dean Date: Thu, 27 Feb 2020 11:42:10 -0800 Subject: [PATCH] Add CLI flag to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1704958..6f01e9a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Options: --aws-profile AWS profile to use for publishing. Use NONE to use no profile at all instead of "default". [string] [default: "default"] --bucket-path AWS bucket path to use for publishing [string] + --s3-sync-options Additional options to pass to AWSCLI s3 sync [string] ``` ## Getting Started