PowerShell / PowerShell/DSC

Need a way to package config and resources into a single exe package

Open
#590 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Enhancement Partner-Microsoft
Dominant language
Rust
Stars
523
Forks
75
Avg merge
3d 16h
Merged PRs (30d)
24

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the existing dsc CLI entry point and its command and packaging/build configuration. Define how dsc pack <folder> should embed resources and configuration on Windows and Linux, including whether Linux self-extraction to a temporary folder is acceptable; done means the generated executable can run get and set using the embedded dependencies.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.