Running a Flow
By default, Phlow will look for a `main.yaml` in the current directory:
phlow
To run a specific file:
phlow path/to/your-flow.yaml
If you provide a directory path and it contains a `main.yaml`, Phlow will automatically run that:
phlow path/to/directory
# → runs path/to/directory/main.yaml
Help
For all available options and usage info:
phlow -h
# or
phlow --help