Project

General

Profile

Actions

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 filename of the application descriptor file

Allows providing a application description file instead of the default ${_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

Default location of the check (${_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 · 4 revisions