-
Notifications
You must be signed in to change notification settings - Fork 16
pacx plugin list
github-actions[bot] edited this page Mar 15, 2026
·
3 revisions
Searches plugin registrations by name and displays results as a hierarchy tree (package → assembly → type → step → image).
pacx plugin searchSearch for anything containing 'Contoso' across all levels:
pacx plugin list --name ContosoSearch for assemblies whose name starts with 'Contoso' (faster, avoids full-scan on packages):
pacx plugin list --name Contoso* --level AssemblySearch for plugin types containing 'AccountPlugin' in a specific solution:
pacx plugin list --name AccountPlugin --level Type --solution MySolution| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
name |
n |
Y | Search term. Use a trailing * for a starts-with search (e.g. 'Contoso*'); otherwise a contains search is used. | - | String |
level |
l |
N | Restrict the search to a single hierarchy level: Package, Assembly, Type, or Step. When omitted, all levels are searched. Images are always shown as children of matching steps. | - | Package, Assembly, Type, Step |
solution |
s |
N | Unique name of a solution. When provided, only plugin registrations that belong to the specified solution are shown. | - | String |
- pacx auth
- pacx column
- pacx completion
- pacx customapi
- pacx data
- pacx forms
- pacx history
- pacx key
- pacx optionset
- pacx org
- pacx plugin
- pacx project
- pacx publish
- pacx rel
- pacx ribbon
- pacx script
- pacx settings
- pacx solution
- pacx table
- pacx tool
- pacx unifiedrouting
- pacx usersettings
- pacx view
- pacx webresources
- pacx workflow