PowerShell / PowerShell/PSResourceGet
[Feature Request] Restore-PSResource
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 576
- Forks
- 114
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 7
Description
To assist users coming from other platforms and are used to things like npm restore or dotnet restore, there should be Restore-PSResource that would be equivalent to doing intelligent discovery of files in the current folder like requirements.psd1 or psrequirements.json, designed to be a faster path than install-module -requiredresourcefile
This should come along after the psd1 support is implemented with publishing.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the issue's proposed discovery targets, requirements.psd1 and psrequirements.json, along with the prerequisite psd1 publishing support. Define what Restore-PSResource should discover and how it should correspond to install-module -requiredresourcefile; done means the command provides the requested restore workflow after that prerequisite is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100