Skip to content

iectl iehub product-management version upload

upload app binary file , oss file and readme oss associated with product version

iectl iehub product-management version upload [flags]

Options

      --app-binary string        path of the location where app binary is available
      --product-id string        id of the product   [optional]
                                 use --product-id instead of --product-name (in case of multiple apps using same name --product-name argument will fail to provide a valid response)
      --product-name string      name of the product [optional]
                                 not required if --product-id is provided
  -h, --help                     help for upload
      --oss-source-code string   location of the file of oss source code
      --readme string            path to the location of OSS ReadMe
      --version string           version to which binary will be associated

Options inherited from parent commands

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

Example

iectl iehub product-management version upload --app-binary "/home/usr/Downloads/c3ODZGmtwjW68IgrTY2AC50C8sRhLCHK_0.0.1.app" --product-id "SampleAppID" --oss-source-code "/home/usr/Downloads/source.zip" --readme "/home/usr/Downloads/readme.zip" --version  "0.0.1"  

SEE ALSO