az sphere image-package
Manage image packages.
Operation | Description |
---|---|
az sphere image-package show | Show details of a given image package. |
Commands
az sphere image-package show
Show details of a given image package.
Required Parameters
Parameter | Description |
---|---|
--image-package | Path to the image package file to show details for. You can provide a relative or absolute path. |
--catalog -c | The Azure Sphere Catalog in which to perform this operation. Specify Azure Sphere Catalog name. You can configure the default Azure Sphere Catalog using az config set defaults.sphere.catalog=<name> . Values from: az sphere catalog list. |
--resource-group -r | Name of the Azure resource group. You can configure the default group using az config set defaults.group=<name> . Values from: az group list. |
Examples
Show details of an image package.
az sphere image-package show --image-package <path-to-imagepackage>