-
-
Notifications
You must be signed in to change notification settings - Fork 7
Invoke PaketUpdate
Update Paket dependencies to their latest version.
Invoke-PaketUpdate [-Force] [-Strict] [-NotInteractive] [-ID <String>] [-Version <String>] [<CommonParameters>]
Update Paket dependencies to their latest version.
Run this to update your codebase to the latest versions of all dependent packages. It will update the paket.lock file to reference the most recent versions permitted by the restrictions in paket.dependencies, then apply these changes to all projects in your codebase.
PS C:\> Invoke-PaketUpdate
{{ 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
{{ Fill ID Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill NotInteractive Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Strict Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Version Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.