template
This command runs an interactive command script.
Syntax
template URL
Parameters
- URL
- Specifies the fully qualified location of the script.
Guidelines
The template command specifies the URL of the interactive command script. The script is an XML file that can be local or remote to the DataPower® file system. The script must conform to the store:///schemas/dp-cli-template.xsd schema.
To verify whether the script is conformant with the schema, use the test schema command.
Example
Run the interactive script as defined in the
local:///shell-script.xml
file.# template local:///shell-script.xml
#