fly trigger-job

0.0% Savings
0 Commands
0 Tokens saved
2 Tests

Install

tokf install 74dce5f9d9e46f89b2f27489de6389476b4c49ba526ebc05642c850407fd0b77
Safety checks passed

Filter definition

command = "fly trigger-job"

strip_ansi = true
strip_empty_lines = true

[on_success]
output = "✓ job triggered\n{output}"

[on_failure]
tail = 10

Examples

failure shows tail of output ~16 tokens → ~16 tokens
Raw output
error: job 'deploy' not found
available jobs: test, build, release
Filtered output
error: job 'deploy' not found
available jobs: test, build, release
success shows job triggered message ~4 tokens → ~8 tokens
Raw output
started build 42
Filtered output
✓ job triggered
started build 42
Warning: Community filters are third-party code. Review the filter definition above before installing it in production environments.
Browse all filters