Skip to content

Commit

Permalink
Add Wsl provider (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Oct 16, 2024
1 parent fc25503 commit 0d6b7ec
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/provider-catalog/provider-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Find-PSResource -Tag AnyPackage, Provider
| Programs | AnyPackage.Programs | [anypackage/programs] |
| Scoop | AnyPackage.Scoop | [anypackage/scoop] |
| WinGet | AnyPackage.WinGet | [anypackage/winget] |
| Wsl | AnyPackage.Wsl | [anypackage/wsl] |

[anypackage/dotnet-tool]: https://github.com/anypackage/dotnet-tool
[anypackage/apt]: https://github.com/anypackage/apt
Expand All @@ -46,3 +47,4 @@ Find-PSResource -Tag AnyPackage, Provider
[anypackage/programs]: https://github.com/anypackage/programs
[anypackage/scoop]: https://github.com/anypackage/scoop
[anypackage/winget]: https://github.com/anypackage/winget
[anypackage/wsl]: https://github.com/anypackage/wsl
9 changes: 9 additions & 0 deletions docs/provider-catalog/wsl/AnyPackage.Wsl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
Module Name: AnyPackage.Wsl
Module Guid: 1461be40-fb46-43ce-a838-818366f01542
Download Help Link: https://go.anypackage.dev/help
Help Version: 0.1.0.0
Locale: en-US
nav_exclude: true
search_exclude: true
---
36 changes: 36 additions & 0 deletions docs/provider-catalog/wsl/about_Wsl_Provider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Wsl
parent: Provider Catalog
---

# Wsl_Package_Provider

## about_Wsl_Package_Provider

## Short Description

Provides access to Windows Subsystem for Linux.

## Long Description

The `Wsl` package provider for `AnyPackage` module lets you interact with
`Wsl` using standardized commands.

The `Wsl` package provider supports the following cmdlets.

- Find-Package
- Get-Package
- Install-Package
- Uninstall-Package

## Dynamic Parameters

Dynamic parameters are cmdlet parameters that are added by a package
provider and are available only when `-Provider Wsl` parameter is used.

The `Wsl` provider currently has no dynamic parameters.

## See Also

- [about_Package_Providers](../../reference/about_Package_Providers.md)
- [about_AnyPackage](../../reference/about_AnyPackage.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.anypackage.dev/help</HelpContentURI>
<SupportedUICultures>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>0.1.0.0</UICultureVersion>
</UICulture>
</SupportedUICultures>
</HelpInfo>
Binary file not shown.
Binary file not shown.

0 comments on commit 0d6b7ec

Please sign in to comment.