@@ -9,16 +9,17 @@ Remove build cache
9
9
10
10
### Options
11
11
12
- | Name | Type | Default | Description |
13
- | :------------------------| :---------| :--------| :-----------------------------------------------|
14
- | ` -a ` , ` --all ` | ` bool ` | | Include internal/frontend images |
15
- | [ ` --builder ` ] ( #builder ) | ` string ` | | Override the configured builder instance |
16
- | ` -D ` , ` --debug ` | ` bool ` | | Enable debug logging |
17
- | ` --filter ` | ` filter ` | | Provide filter values (e.g., ` until=24h ` ) |
18
- | ` -f ` , ` --force ` | ` bool ` | | Do not prompt for confirmation |
19
- | ` --max-storage ` | ` bytes ` | ` 0 ` | Maximum amount of disk space to keep for cache |
20
- | ` --min-storage ` | ` bytes ` | ` 0 ` | Minimum amount of disk space to keep for cache |
21
- | ` --verbose ` | ` bool ` | | Provide a more verbose output |
12
+ | Name | Type | Default | Description |
13
+ | :------------------------| :-----------| :--------| :---------------------------------------------------------------------|
14
+ | ` -a ` , ` --all ` | ` bool ` | | Include internal/frontend images |
15
+ | [ ` --builder ` ] ( #builder ) | ` string ` | | Override the configured builder instance |
16
+ | ` -D ` , ` --debug ` | ` bool ` | | Enable debug logging |
17
+ | ` --filter ` | ` filter ` | | Provide filter values (e.g., ` until=24h ` ) |
18
+ | ` -f ` , ` --force ` | ` bool ` | | Do not prompt for confirmation |
19
+ | ` --max-storage ` | ` bytes ` | ` 0 ` | Maximum amount of disk space to keep for cache |
20
+ | ` --min-storage ` | ` bytes ` | ` 0 ` | Minimum amount of disk space to keep for cache |
21
+ | ` --timeout ` | ` duration ` | ` 20s ` | Override the default global timeout (as duration, for example 1m20s) |
22
+ | ` --verbose ` | ` bool ` | | Provide a more verbose output |
22
23
23
24
24
25
<!-- -MARKER_GEN_END-->
0 commit comments