Skip to content

iectl iem catalog import-application

Synopsis

This command imports a .app file into the IEM catalog. Applications imported into the Catalog section are associated with the admin user and will be visible to all IEM users.

Usage

iectl iem catalog import-application [flags]

Options

      --app-file-path string       path of the application file (.app) to import to catalog
      --digests-file-path string   path of the digests file (.json) , to perform additional 
                                   validation to ensure the .app file has the same digest [optional]
      --follow                     track the progress of the import-application job [optional]
  -h, --help                       help for import-application

Options inherited from parent commands

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

Example

iectl iem catalog import-status --app-file-path "/home/user/app/path" --digests-file-path "/home/user/digests.json" --follow

SEE ALSO