diff --git a/Makefile b/Makefile index c789744..a2a98d2 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ edit-zone: validate-zones: $(call check_aws_creds) - octodns-validate --config-file=$(CONFIG_FILE) + octodns-validate --config-file=$(CONFIG_FILE) --quiet sync-dry-run: $(call check_aws_creds) diff --git a/README.md b/README.md index 9ee8f2e..0279351 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ Ensure your AWS credentials have the necessary permissions to manage Route53 hos 5. Ensure changes are made in alphabetical order within the file. 6. Validate your changes: + +:memo: **Note:** This may look a little messy, but you're looking for errors rather than warnings. ```bash make validate-zones ```