Skip to content

Commit 1dcee85

Browse files
committed
Add Clear-ModuleFastPlan and IMF to exports
1 parent 31ab813 commit 1dcee85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ModuleFast.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = 'Install-ModuleFast', 'Get-ModuleFastPlan'
72+
FunctionsToExport = 'Install-ModuleFast', 'Get-ModuleFastPlan', 'Clear-ModuleFastCache'
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75-
CmdletsToExport = '*'
75+
#CmdletsToExport = '*'
7676

7777
# Variables to export from this module
78-
VariablesToExport = '*'
78+
#VariablesToExport = '*'
7979

8080
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
81-
AliasesToExport = '*'
81+
AliasesToExport = 'imf'
8282

8383
# DSC resources to export from this module
8484
# DscResourcesToExport = @()

0 commit comments

Comments
 (0)