< Back

Update-DevRootModule

Wed Jan 15, 2020 2:02 am

NAME Update-DevRootModule



SYNOPSIS

Update a dev root module which dot-sources all module content.





SYNTAX

Update-DevRootModule [[-BuildInfo] <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Create or update a root module file which loads module content using dot-sourcing.



All content which should would normally be merged is added to a psm1 file. All other module content, such as

required assebmlies, is ignored.





PARAMETERS

-BuildInfo <PSObject>

BuildInfo is used to determine the source path.



Required? false

Position? 1

Default value (Get-BuildInfo)

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS