From cc65b80edebe55f1058e7e98a807e5e0a09d75d1 Mon Sep 17 00:00:00 2001 From: Struan McDonough Date: Wed, 21 Sep 2022 14:27:01 +0100 Subject: [PATCH] Add documentation for new yaml option --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e865e4..396b78c 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ custom: - bucketName: ${cf:another-cf-stack-name.ExternalBucketOutputKey} localDir: path + # Setting the optional enabled field to false will disable this rule. + # Referencing other variables allows this rule to become conditional + - bucketName: DisabledSync + localDir: path + enabled: false + resources: Resources: AssetsBucket: