Ciop-appcheck » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Herve Caumont, 2013-09-20 23:39
ciop-appcheck CLI reference¶
Perform a completeness check of an application template.
The application template is defined as a disk space with a structure of directories and files following a set of template rules.
Applications must conform to this template in order to integrate correctly as a processing workflow in Cluster mode. Moreover, an application workflow must be defined as a directed acyclic graph (DAG).
Name¶
ciop-appcheck - checks the validity of the application descriptor file (application.xml)
Synopsys¶
ciop-appcheck [options]
Description¶
ciop-appcheck checks the validity of the application descriptor file (application.xml) against the XSD schema.
The following options are available
-f file
application descriptor file
allows providing a application description file instead of ${_CIOP_APPLICATION_PATH}/application.xml
Exit status¶
The ciop-appcheck returns are:
0 the application descriptor file check is successful
1 the application descriptor file is not found
See man page for range and list operators.
Examples¶
Example 1. Check the validity of the application descriptor file in its default location (${_CIOP_APPLICATION_PATH}/application.xml)
ciop-appcheck
Example 2. Check the validity of an application descriptor file
ciop-appcheck -f /tmp/test.xml
See also¶
ciop-package
Updated by Herve Caumont about 11 years ago · 3 revisions