Hello World
pipeline:
exec:
command: 'echo'
args:
- 'Hello World'
options:
verbose: truefbl hello.yml -> Reading flow file: hello.yml
-> [1] [exec] Processing.
-> [1] [exec] stdout: Hello World
<- [1] [exec] Completed successfully withing 0.037 secondLast updated
Was this helpful?