Skip to content

Commit

Permalink
Merge pull request tinkerbell#27 from joelrebel/master
Browse files Browse the repository at this point in the history
Update link to workflow doc
  • Loading branch information
gauravgahlot authored and mmlb committed Apr 21, 2020
2 parents a70c2bc + c9d25c3 commit 5fc0cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ We can create a workflow using the above created (or existing) template and targ
$ tinkerbell workflow create -t edb80a56-b1f2-4502-abf9-17326324192b -r 9356ae1d-6165-4890-908d-7860ed04b421
```

The above command returns a UUID for the workflow thus created. The workflow ID can be used for getting further details about a workflow. Please refer the [Tinkerbell CLI reference](cli.md) for the same.
The above command returns a UUID for the workflow thus created. The workflow ID can be used for getting further details about a workflow. Please refer the [Tinkerbell CLI reference](cli/workflow.md) for the same.

It's a good practice to verify that the targets have been well substituted in the template. In order to do so, use the following command:
```yaml
Expand Down

0 comments on commit 5fc0cf0

Please sign in to comment.