template
This command runs an interactive command-line script.
Syntax
template URL
Parameters
- URL
- Specifies the fully qualified location of the interactive command-line script.
Guidelines
The template command specifies the URL of the interactive command-line script. The script is an XML file that can be local or remote to the appliance. The script must conform to the store:///schemas/dp-cli-template.xsd schema.
Example
Run the interactive script as defined
in the
local:///shell-script.xml file.# template local:///shell-script.xml
#