Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.83 KB

File metadata and controls

64 lines (39 loc) · 1.83 KB

Hello world

Use this template to confirm you can run and test templates in your development environment.

Requirements

Supported Software AG releases

  • Command Central 10.3 and higher

Supported platforms

All supported Windows and UNIX platforms.

Testing the template

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! ***************

Applying the template

See Applying template using Command Central CLI