export_adm

Exports an Application Data Model to the specified directory with the specified file name.

Format

emcli export_adm
     -adm_name=<application_data_model_name>
     [-directory=<directory_path>]
     [-file_name=<file_name>]

[ ]  indicates that the parameter is optional

Options

  • adm_name

    Application data name that will be exported.

  • directory

    Directory where the Application Data Model is to be exported. If the directory is not specified, the file is saved in the current directory.

  • file_name

    Name of the file where the Application Data Model will be exported. If the file name is not specified, the default file name is the same as the specified Application Data Model name. If the file name does not have an extension, '.xml' is the default extension.

Output

Success/error messages.

Examples

Example 1

This example exports the Application Data Model Sample_ADM to the sample_adm.xml file.

emcli export_adm
       -directory=/home/user
       -adm_name=Sample_ADM
       -file_name=sample_adm.xml