Skip to content

Invoke PaketInstall

apobekiaris edited this page Sep 4, 2020 · 5 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Invoke-PaketInstall

SYNOPSIS

Compute Paket dependency graph, download dependencies and update projects.

SYNTAX

Invoke-PaketInstall [-Force] [-Strict] [<CommonParameters>]

DESCRIPTION

Compute Paket dependency graph, download dependencies and update projects. Run this after adding or removing packages from the paket.dependencies file. It will update any affected parts of the lock file that were affected by the changes in the paket.dependencies file, and then refresh all projects in your codebase that specify paket dependencies to import references.

EXAMPLES

Example 1

PS C:\> Invoke-PaketInstall

Compute Paket dependency graph, download dependencies and update projects.

PARAMETERS

-Force

{{ Fill Force Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Strict

{{ Fill Strict Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Management.Automation.SwitchParameter

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally