Use this template to confirm you can run and test templates in your development environment.
- Command Central 10.3 and higher
All supported Windows and UNIX platforms.
See Testing existing templates
Run provision wrapper script from the root of the project:
./provisionw hello-world
Notice the log output includes a line that looks like this:
2018/09/21 20:32:23 INFO #119 hello: exit code: 0 std out: ************** Hello World! ***************
Run provision wrapper and pass a parameter:
./provisionw hello-world hello.name=There
Notice the log ouput changes:
2018/09/21 20:32:23 INFO #119 hello: exit code: 0 std out: ************** Hello There! ***************