This repository has been archived by the owner on May 3, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unwrap any signed content ``` $ duffle inspect helloworld:0.1.1 --insecure { "name": "helloworld", "version": "0.1.1", "description": "", "invocationImages": [ { "imageType": "docker", "image": "cnab/helloworld:0.1.1" } ], "images": [], "parameters": { "port": { "type": "int", "defaultValue": 8080, "required": false, "metadata": {}, "destination": null } }, "credentials": null } ``` Closes #336
- Loading branch information