GoCD.psd1
@{ RootModule = 'GoCD.psm1' ModuleVersion = '0.1.11' GUID = '9f04e759-6fdf-4128-ba4c-e1e18f3ac37c' Author = 'Nicholas Dille' #CompanyName = '' Copyright = '(c) 2017 Nicholas Dille. All rights reserved.' Description = 'Cmdlets for GoCD' # PowerShellVersion = '' # RequiredModules = @() FunctionsToExport = @( 'Find-GocdConfiguration' 'Find-GocdPipeline' 'Get-GocdAgent' 'Get-GocdConfiguration' 'Get-GocdConfigurationHistory' 'Get-GocdConfigurationRepository' 'Get-GocdEnvironment' 'Get-GocdJobFeed' 'Get-GocdJobHistory' 'Get-GocdPipeline' 'Get-GocdPipelineConfiguration' 'Get-GocdPipelineHistory' 'Get-GocdResource' 'Get-GocdResourceUsage' 'Get-GocdRole' 'Get-GocdStage' 'Get-GocdUser' ) CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() FormatsToProcess = @( 'GocdAgent.Format.ps1xml' 'GocdEnvironment.Format.ps1xml' 'GocdJobFeed.Format.ps1xml' ) PrivateData = @{ PSData = @{ # Tags = @() # LicenseUri = '' # ProjectUri = '' # ReleaseNotes = '' } } } |