Flows
Use flow commands to create a flow in a collection and manage its ordered screenshot steps. Flow commands always use the collection latest version.
flowingto flow list
List flows in a collection:
flowingto flow create
Create a flow:
Add an optional description:
flowingto flow show
Show the step order and image names for a flow:
flowingto flow add
Add an existing item to a flow:
Insert at a 1-based position:
When --at is omitted, the item is appended. The same item can appear more than once in a flow.
flowingto flow remove
Remove a step by the 1-based order shown by flow show:
Collection ID resolution
The collection ID is resolved in the following order:
-c, --collectionCLI flagcollectionfield in.flowingtorc.json
Use flowingto upload to upload new screenshots first, then pass the returned item id to flowingto flow add --item.