potatoqualitee/PowerShell Module Cache
Caching modules from PSRepositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| modules-to-cache | Name of PowerShell modules to cache from registered PsRepositories (PowerShell Gallery by default) | no | — |
| modules-to-cache-prerelease | Name of prerelease PowerShell modules to cache from registered PsRepositories (PowerShell Gallery by default). Uses the -AllowPrerelease parameter during Save-Module. | no | — |
| shell | The default shell to use. Options are 'powershell' or 'pwsh' (default) or both. | no | pwsh |
| updatable | Triggers an update of one or more modules. | no | false |
| prefixidentifier | Prefixes the cache key name with the Workflow name ($env:GITHUB_WORKFLOW). Used to group cache keys. | no | false |
Outputs
no outputs