# Command-Line Help for `workflow`
This document contains the help content for the `workflow` command-line program.
**Command Overview:**
* [`workflow`↴](#workflow)
* [`workflow init`↴](#workflow-init)
* [`workflow schema`↴](#workflow-schema)
## `workflow`
Workflow related subcommands.
**Usage:** `workflow [COMMAND]`
###### **Subcommands:**
* `init` — Initializes a new template workflow.
* `schema` — Renders the workflow schema to STDOUT.
## `workflow init`
Initializes a new template workflow.
**Usage:** `workflow init [OPTIONS]`
###### **Options:**
* `-t`, `--template <TEMPLATE>` — The template to init with.
Default value: `min`
Possible values: `min`, `max`, `python`
* `-o`, `--output <OUTPUT>` — The file to render the output to. "-" renders to STDOUT.
Default value: `./.neomake.yaml`
## `workflow schema`
Renders the workflow schema to STDOUT.
**Usage:** `workflow schema`
<hr/>
<small><i>
This document was generated automatically by
<a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
</i></small>