Skip to content

Invoke PaketShowInstalled

apobekiaris edited this page Jun 15, 2020 · 4 revisions

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

Invoke-PaketShowInstalled

SYNOPSIS

Show Paket installed top-level packages.

SYNTAX

Invoke-PaketShowInstalled [-Project <String>] [-OnlyDirect] [-PrivateAssets] [<CommonParameters>]

DESCRIPTION

Show Paket installed top-level packages.

EXAMPLES

Example 1

PS C:\Work\eXpandFramework\DevExpress.XAF> Invoke-PaketShowInstalled|ft

Id                                                         Version      Group PrivateAsset Requirement
--                                                         -------      ----- ------------ -----------
version                                                                 Paket        False
akarnokd.reactive_extensions                               0.0.27-alpha Main         False akarnokd.reactive_extension…
Castle.Core                                                4.4          Main         False
DevExpress.Charts                                          19.2.6       Main         False
DevExpress.Charts.Core                                     19.2.6       Main         False
DevExpress.CodeParser                                      19.2.6       Main         False
DevExpress.Dashboard.Core                                  19.2.6       Main         False
DevExpress.Data                                            19.2.6       Main         False
DevExpress.DataAccess                                      19.2.6       Main         False
DevExpress.DataAccess.UI                                   19.2.6       Main         False
DevExpress.Diagram.Core                                    19.2.6       Main         False

Lists all Paket dependencies.

PARAMETERS

-OnlyDirect

{{ Fill OnlyDirect Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-PrivateAssets

{{ Fill PrivateAssets Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Project

{{ Fill Project Description }}

Type: String
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

None

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