Open
Description
Summary of the new feature / enhancement
For both Windows and Linux, it would be nice to have something like dsc pack <folder>
that would create a new exe that embeds all the resources and configuration files needed so that when run, it would perform get
, set
, etc... on the embedded configuration and use those dependencies.
Proposed technical implementation details (optional)
On Windows, it's clear how to embed resources. No clear yet on how this would work on Linux. Self-extracting to a temp folder may be acceptable.