export_standard

Exports a standard from the repository to an XML file.

Format

emcli export_standard
      -name=<name>
      -author=<author>
      -version=<name>
      -output_file=<file>

Options

  • name

    Name of the standard to be exported.

  • author

    Author of the standard to be exported.

  • version

    Author of the standard to be exported.

  • output_file

    Name of the exported file.

Example

emcli export_standard \
     -name=foo \
     -author=Curly \
     -version=99 \
     -output_file=$HOME/reports/standard.xml