-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
640a963
commit 944001f
Showing
7 changed files
with
115 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
Module Name: AnyPackage.ModuleFast | ||
Module Guid: 95ea8d7f-586e-42e1-83b2-2688f02d42e9 | ||
Download Help Link: https://go.anypackage.dev/help | ||
Help Version: 0.1.0.0 | ||
Locale: en-US | ||
nav_exclude: true | ||
search_exclude: true | ||
--- |
94 changes: 94 additions & 0 deletions
94
docs/provider-catalog/modulefast/about_ModuleFast_Provider.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
--- | ||
title: ModuleFat | ||
parent: Provider Catalog | ||
--- | ||
|
||
# ModuleFast_Package_Provider | ||
|
||
## about_ModuleFast_Package_Provider | ||
|
||
## Short Description | ||
|
||
Provides access to PowerShell module ModuleFast. | ||
|
||
## Long Description | ||
|
||
The ModuleFast package provider for `AnyPackage` module lets you interact with ModuleFast using standardized commands. | ||
|
||
The Programs package provider supports the following cmdlets. | ||
|
||
* Install-Package | ||
|
||
## Dynamic Parameters | ||
|
||
Dynamic parameters are cmdlet parameters that are added by a package | ||
provider and are available only when `-Provider ModuleFast` parameter is used. | ||
|
||
### Destination \<System.String\> | ||
|
||
Where to install the modules. | ||
This defaults to the builtin module path on non-windows and a custom LOCALAPPDATA location on Windows. | ||
You can also specify 'CurrentUser' to install to the Documents folder on Windows Only (this is not recommended) | ||
|
||
#### Cmdlets Supported | ||
|
||
* Install-Package | ||
|
||
### ThrottleLimit \<System.Int32\> | ||
|
||
How many concurrent installation threads to run. | ||
Each installation thread, given sufficient bandwidth, | ||
will likely saturate a full CPU core with decompression work. | ||
This defaults to the number of logical cores on the system. | ||
If your system uses HyperThreading and presents more logical cores than physical cores available, | ||
you may want to set this to half your number of logical cores for best performance. | ||
|
||
#### Cmdlets Supported | ||
|
||
* Install-Package | ||
|
||
### CILockFilePath \<System.String\> | ||
|
||
The path to the lockfile. | ||
By default it is requires.lock.json in the current folder. | ||
This is ignored if -CI parameter is not present. | ||
It is generally not recommended to change this setting. | ||
|
||
#### Cmdlets Supported | ||
|
||
* Install-Package | ||
|
||
### Update \<System.Management.Automation.SwitchParameter\> | ||
|
||
Setting this will check for newer modules if your installed modules | ||
are not already at the upper bound of the required version range. | ||
Note that specifying this will also clear the local request cache | ||
for remote repositories which will result in slower evaluations | ||
if the information has not changed. | ||
|
||
#### Cmdlets Supported | ||
|
||
* Install-Package | ||
|
||
### NoProfileUpdate \<System.Management.Automation.SwitchParameter\> | ||
|
||
Setting this won't add the default destination to your powershell.config.json. | ||
This really only matters on Windows. | ||
|
||
#### Cmdlets Supported | ||
|
||
* Install-Package | ||
|
||
### NoPSModulePathUpdate \<System.Management.Automation.SwitchParameter\> | ||
|
||
By default will modify your PSModulePath to use the builtin destination if not present. | ||
Setting this implicitly skips profile update as well. | ||
|
||
#### Cmdlets Supported | ||
|
||
* Install-Package | ||
|
||
## See Also | ||
|
||
* [about_Package_Providers](../../reference/about_Package_Providers.md) | ||
* [about_AnyPackage](../../reference/about_AnyPackage.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
help/AnyPackage.ModuleFast_95ea8d7f-586e-42e1-83b2-2688f02d42e9_HelpInfo.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+1.23 KB
help/AnyPackage.ModuleFast_95ea8d7f-586e-42e1-83b2-2688f02d42e9_en-US_HelpContent.cab
Binary file not shown.
Binary file added
BIN
+1.29 KB
help/AnyPackage.ModuleFast_95ea8d7f-586e-42e1-83b2-2688f02d42e9_en-US_HelpContent.zip
Binary file not shown.