Skip to content

iectl iehub product-management version get-details

Details of a specific product version

iectl iehub product-management version get-details [flags]

Synopsis

This command gets detail of application version, use --status flag to poll for application version status until the desired status is reached.

Options

  -h, --help                  help for get-details
      --product-id string     id of the product [optional]
                              use --product-id instead of --product-name (in case of multiple products 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
      --quiet                 set this flag to true to suppress output
      --status string         continuously poll for details until the desired status is matched. Allowed values : CREATED (check app version has 
                              been created), ACTIVATED (check if app version is activated) , PUBLICLY_RELEASED (check if app version is publicly released), ECOSYSTEM_REVIEWED (check if app version is privately released), SIGNED (check if APP_BINARY has been signed), SCANNED (check if app APP_BINARY, OSS and RELEASE_NOTES has been virus scanned.)
      --version string        version number

Options inherited from parent commands

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

Supported values for status flags:

The following are the description of status flag values.

Status Description
CREATED Command will check status of app version until it is created
ACTIVATED Command will check status of app version until it is activated
SCANNED Command will check status of APP_BINARY, OSS and RELEASE_NOTES until virus scan is completed
ECOSYSTEM_REVIEWED Command will check status of app version until it is privately released
SIGNED Command will check status of APP_BINARY until it is signed
PUBLICLY_RELEASED Command will check status of app version until it is publicly released

Example

iectl iehub product-management version get-details --product-id "SampleAppID" --version "0.0.1"  

SEE ALSO