row 1.0.0

Row is a command line tool that helps you manage workflows on HPC resources.
Documentation
1
2
3
4
5
6
7
8
# workflow.toml

The file `workflow.toml` defines the [workspace](workspace.md),
[actions](action/index.md), and [default](default.md) values. Place
`workflow.toml` in a directory to identify it as a **row** *project*.
The [`row` command line tool](../row/index.md) will identify the current project
by finding `workflow.toml` in the current working directory or any parent directory,
recursively.