You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,14 @@ logger:
272
272
destination: "logs/{{.Workflow.SessionID}}.log"
273
273
```
274
274
275
+
### Parse
276
+
277
+
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:
278
+
279
+
```bash
280
+
$ trackman parse -f workflow.yml
281
+
```
282
+
275
283
### Update
276
284
277
285
Manually checks for updates. It can also switch the current release channel.
0 commit comments