Skip to content

Commit e9dcf4a

Browse files
feat(fastly bouncer): Mention -r option (#891)
1 parent eee3c14 commit e9dcf4a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

crowdsec-docs/unversioned/bouncers/fastly.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ The `fastly_account_configs`) section defines one or more Fastly accounts and th
285285
- **Type**: String (optional)
286286
- **Default**: `null` (uses active version)
287287
- **Description**: Specific Fastly service version to clone from instead of using the currently active version. Useful for maintaining consistent base configurations.
288+
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)
288289
- **Example**: `reference_version: 63`
289290

290291

@@ -364,6 +365,17 @@ crowdsec-fastly-bouncer -c <PATH_TO_BASE_CONFIG>
364365

365366
This starts the component in normal mode using the provided config file.
366367

368+
### Local cache refresher
369+
370+
**Usage**
371+
372+
```bash
373+
crowdsec-fastly-bouncer -r -c <PATH_TO_BASE_CONFIG>
374+
```
375+
376+
This refreshes the local cache file from Fastly without making any changes to the Fastly services.
377+
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).
378+
367379
### Cleaner
368380

369381
**Usage**

0 commit comments

Comments
 (0)