From 95383fa8ab733e35f9d704bf31f76a0e6befd40d Mon Sep 17 00:00:00 2001 From: Khash Sajadi Date: Tue, 11 Feb 2020 10:43:20 +0000 Subject: [PATCH] parse command readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 293a5ae..3cb13af 100644 --- a/README.md +++ b/README.md @@ -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.