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
Example¶
iectl iehub product-management version get-details --product-id "SampleAppID" --version "0.0.1"
SEE ALSO¶
- iectl iehub product-management version - iehub product version management commands