Description of the new feature / enhancement
wingetcreate should accept paths substituted with environment variables. This applies to wingetcreate submit and also other commands that support --out option.
Scenario
As a user when I run a command like
wingetcreate update jqlang.jq --version 60.0.0 -u https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe
At the end of the update, the output shows
Manifest saved to %USERPROFILE%\manifests\j\jqlang\jq\60.0.0
Manifest validation succeeded: True
When I want to submit the generated manifest through wingetcreate submit and copy-paste the path from the command output, I get:
~ wingetcreate submit %USERPROFILE%\manifests\j\jqlang\jq\60.0.0
ERROR: Path does not exist
Proposed technical implementation details
No response
Description of the new feature / enhancement
wingetcreate should accept paths substituted with environment variables. This applies to
wingetcreate submitand also other commands that support--outoption.Scenario
As a user when I run a command like
At the end of the update, the output shows
When I want to submit the generated manifest through
wingetcreate submitand copy-paste the path from the command output, I get:Proposed technical implementation details
No response