PSPortainer.psd1
# # Module manifest for module 'PSPortainer' # # Generated by: Hannes Palmquist # # Generated on: 2022-11-09 # @{ RootModule = 'PSPortainer.psm1' ModuleVersion = '0.4.6' CompatiblePSEditions = @('Desktop', 'Core') PowerShellVersion = '5.1' GUID = '343344de-6ce2-4aa4-847c-7737b0dd4f8c' Author = 'Hannes Palmquist' CompanyName = 'GetPS' Copyright = '(c) Hannes Palmquist. All rights reserved.' Description = 'Powershell Module for interaction with Portainer API' RequiredModules = @() FunctionsToExport = @('Get-PContainer','Get-PContainerProcess','Get-PContainerStatistic','New-PContainer','Rename-PContainer','Resize-PContainerTTY','Restart-PContainer','Resume-PContainer','Start-PContainer','Stop-PContainer','Suspend-PContainer','Wait-PContainer','Get-PEndpoint','Select-PEndpoint','Get-PImage','Connect-Portainer','Disconnect-Portainer','Get-PSession','Get-PSettingsPublic','Get-PStatus','Get-PStack','Get-PCustomTemplate') CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' FormatsToProcess = @('.\include\PortainerContainer.Format.ps1xml', '.\include\PortainerContainerProcess.Format.ps1xml') PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/hanpq/PSPortainer/blob/main/LICENSE' # Bug in PowershellGet 3.0.18-beta18 causes packaging of the nuget package to fail when requireLicenseAcceptance is defined. #RequireLicenseAcceptance = $false Prerelease = 'preview0001' Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') ProjectUri = 'https://getps.dev/modules/PSPortainer/getstarted' ReleaseNotes = '' } } } |