mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Replaces single export function/alias methods to include everything
This commit is contained in:
parent
7d2cfc64dc
commit
2533464aa6
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@
|
||||||
Copyright = '(c) 2020 Icinga GmbH | MIT'
|
Copyright = '(c) 2020 Icinga GmbH | MIT'
|
||||||
Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.'
|
Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.'
|
||||||
PowerShellVersion = '4.0'
|
PowerShellVersion = '4.0'
|
||||||
FunctionsToExport = @( 'Use-Icinga', 'Invoke-IcingaCommand', 'Import-IcingaLib', 'Publish-IcingaModuleManifests', 'Publish-IcingaEventlogDocumentation', 'Get-IcingaPluginDir', 'Get-IcingaCustomPluginDir', 'Get-IcingaCacheDir', 'Get-IcingaPowerShellConfigDir', 'Get-IcingaFrameworkRootPath', 'Get-IcingaPowerShellModuleFile' )
|
FunctionsToExport = @( '*' )
|
||||||
CmdletsToExport = @()
|
CmdletsToExport = @()
|
||||||
VariablesToExport = '*'
|
VariablesToExport = '*'
|
||||||
AliasesToExport = @( 'icinga' )
|
AliasesToExport = @( '*' )
|
||||||
PrivateData = @{
|
PrivateData = @{
|
||||||
PSData = @{
|
PSData = @{
|
||||||
Tags = @( 'icinga','icinga2','IcingaPowerShellFramework','IcingaPowerShell','IcingaforWindows','IcingaWindows')
|
Tags = @( 'icinga','icinga2','IcingaPowerShellFramework','IcingaPowerShell','IcingaforWindows','IcingaWindows')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue