Skip to main content

๐Ÿช„ Creating A Flow Test

We can use the new flow command to generate new flows for our project.

fluttium new flow <flow-name>

Once we run fluttium new flow my_flow, we should see a my_flow.yaml that looks something like:

description: My first Fluttium flow.
---
- log: 'Hello World!'

You can also pass extra options to the command to control the output. For the full overview of options run:

fluttium new flow --help