Skip to content

Commit

Permalink
parse command readme
Browse files Browse the repository at this point in the history
  • Loading branch information
khash committed Feb 11, 2020
1 parent fead703 commit 95383fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,14 @@ logger:
destination: "logs/{{.Workflow.SessionID}}.log"
```

### Parse

You can use the `parse` command to see how the workflow input yaml file is parsed and what the placeholders (like environment variables) are replaced with before running them. Use `parse` like `run` but without any `timeout` or `concurrency` options:

```bash
$ trackman parse -f workflow.yml
```

### Update

Manually checks for updates. It can also switch the current release channel.
Expand Down

0 comments on commit 95383fa

Please sign in to comment.