iectl iehub library list¶
list library products
iectl iehub library list [flags]
Synopsis¶
This command list all library products available on IE Hub. To obtain details about a specific product within the library, use the --product-id
or --product-name
flag. We recommend using --product-id
as it is more precise, avoiding errors associated with products that share similar names.
Options¶
-h, --help help for list
--product-id string id of the product to list [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 to list [optional]
not required if --product-id is provided
Options inherited from parent commands¶
-o, --output string output format
-q, --query string query on result of object
-v, --verbose verbose output
Example¶
-
list all library products
iectl iehub library list
-
list library products using product name
iectl iehub library list --product-name "sampleApp"
-
list library products using product id
iectl iehub library list --product-id "sampleId"
SEE ALSO¶
- iectl iehub - iehub related commands
- iectl iehub library - library commands