fly builds
0.0% Savings
0 Commands
0 Tokens saved
1 Tests
Install
Safety checks passed
Filter definition
command = "fly builds"
strip_ansi = true
trim_lines = true
collapse_empty_lines = true
[[replace]]
pattern = '(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}):\d{2}[^\s]*'
output = "{1} {2}"
Examples
timestamps reformatted to short format
~77 tokens → ~34 tokens
(56% saved)
Raw output
id name status start end duration team 1 gw-api/test succeeded 2024-01-15T10:30:45.123Z 2024-01-15T10:31:12.456Z 27s main 2 gw-api/test succeeded 2024-01-15T09:15:00.000+00:00 2024-01-15T09:16:30.000+00:00 1m30s main
Filtered output
id name status start end duration team 2024-01-15 10:30 2024-01-15 09:15
Warning: Community filters are third-party code. Review the filter definition above before installing it in production environments.Browse all filters