Skip to content

iectl publisher app-project version export

Description

Export application version.

NOTICE

The App Project journey is deprecated in the new IEM UI. If you are working with IEM V2 (early access), these commands are not supported.

Usage

iectl publisher app-project version export [OPTIONS]

Options

  -a, --appid string       Unique id of an application
  -v, --versionnumber      Version Number refers to versioning.
  -e, --exportpath path    Export path
  -k, --privatekeypath     Private Key [Optional] (deprecated)
  -h, --help               display help for app-project version export 

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

iectl publisher app-project version export -a "191880046efb4173909aaab04fc6de51" -v "0.0.1" -e "/homeDesktop/export_folder"