Skip to content

iectl publisher app-project upload catalog

Description

Import stand alone application or app file to Catalog. (deprecated)

New WorkFlow :

1) Export your standalone application version using iectl publisher standalone-app version export --appname "myapp" --versionnumber "0.0.1" --exportpath "sample_export_path" 2) Import .app file to IEM catalog using iectl iem catalog import-application --app-file-path "sample_export_path/myapp.app"

Usage

iectl publisher app-project upload catalog [OPTIONS]

Options

  -a, --appname               Application Name
  -v, --versionnumber         Version Number refers to versioning.
  -f, --filepath              Path of app file to upload.
  -h, --help                  help for app-project upload catalog

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 upload catalog -a "myapp" -v "0.0.1"  or ie-app-publisher app-project upload catalog -f "./myapp.app"