From f249efd6a4429db883d6389e62b361e83a23a296 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Thu, 25 Sep 2025 15:43:42 +0900 Subject: [PATCH] feat(fastly bouncer): Mention -r option --- crowdsec-docs/unversioned/bouncers/fastly.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/crowdsec-docs/unversioned/bouncers/fastly.mdx b/crowdsec-docs/unversioned/bouncers/fastly.mdx index 1b75c4259..4d95eeb63 100644 --- a/crowdsec-docs/unversioned/bouncers/fastly.mdx +++ b/crowdsec-docs/unversioned/bouncers/fastly.mdx @@ -285,6 +285,7 @@ The `fastly_account_configs`) section defines one or more Fastly accounts and th - **Type**: String (optional) - **Default**: `null` (uses active version) - **Description**: Specific Fastly service version to clone from instead of using the currently active version. Useful for maintaining consistent base configurations. +If no version is specified, the bouncer will clone the currently active version of the service (or last updated version if no active version exists) - **Example**: `reference_version: 63` @@ -364,6 +365,17 @@ crowdsec-fastly-bouncer -c This starts the component in normal mode using the provided config file. +### Local cache refresher + +**Usage** + +```bash +crowdsec-fastly-bouncer -r -c +``` + +This refreshes the local cache file from Fastly without making any changes to the Fastly services. +For each services in the config file, it fetches the current ACLs and their contents for the current active version (or last updated version if no active version exists). + ### Cleaner **Usage**